#GDK Gitpod Setup

4 messages · Page 1 of 1 (latest)

brittle root
#

I have followed the documentation to set up the local development environment by installing GitLab Development Kit using Gitpod.
I'm faced with this ruby on rails files and huge directories, as a frontend developer who wants to work on the frontend part of the application, where do I look next?

lyric holly
#

The frontend code is located in app/views (server-side rendered) and app/assets/javascripts (client-side javascript)

brittle root
#

Thanks @lyric holly

I'm looking through the directories now. Also, I saw a collab test video on YT writing automated test for the Gl-Label component. In the video, cypress was utilized for the test, is this already pre-installed in the dev kit? or it has to be setup locally

lyric holly