Last updated Dec 24, 2022
Setting up your local environment
This part is pretty simple, as soon as you got access to both the Github repo and Doppler, you should be able to start.
Setup Doppler
Doppler is used to manage environment variables.
- Install Doppler
- Setup doppler with the
frontend project and the staging environment vars.
Note: With the staging environment, you will be using the staging API endpoints.
Run the frontend code
- Read the README on how to run each deployment
- For example, using doppler and running the editor would look like this:
doppler run -- yarn dev-editor
Allowing others to test or run your code
- We're using Vercel, hence your code will be automatically deployed to a preview link
- When you open a PR, you should be able to see the preview link
That's it 🎉
You should be good to go.
Go to Linear to check on tasks assigned to you
Refer back to the Engineering Workflow to get started