You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd into the publisher subdirectory (this is where you will be doing all of your development)
Make a copy of .env.example and rename it to .env
In .env, replace http://localhost:5001 with https://justice-counts-web-qqec6jbn6a-uc.a.run.app/. This means that the frontend will run against our staging backend API.
Run yarn install
Run yarn run dev
You should see a dialog prompting you to login. An account has been created for you already! Check your email for instructions to set your password.
Feel free to explore the app. You can make any changes you want -- it will only affect our staging database.
Steps to get setup for development on the Justice Counts Publisher application:
cd
into thepublisher
subdirectory (this is where you will be doing all of your development).env.example
and rename it to.env
.env
, replacehttp://localhost:5001
withhttps://justice-counts-web-qqec6jbn6a-uc.a.run.app/
. This means that the frontend will run against our staging backend API.yarn install
yarn run dev
Let @lilidworkin know if you have any trouble!
The text was updated successfully, but these errors were encountered: