Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 686 Bytes

DEVELOPING.md

File metadata and controls

30 lines (18 loc) · 686 Bytes

Environment

Starting the app requires a few environment variables. Folks can reach out for access to those variables in #wg_tech. These should go in .env in the repo root. See app.json for the description of each env variable.

Running locally

In the repo root, run

npm install

Then, to run the webapp only

npm run local:react

You can see the app at localhost:3000. You will see an empty page at first. Our webapps are at the following routes:

You will also want to run the API, or most features will not be available. To do so, run

npm run local:express