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.

  1. Install Doppler
  2. 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

  1. Read the README on how to run each deployment
  2. 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

  1. We're using Vercel, hence your code will be automatically deployed to a preview link
  2. 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