Skip to content
John Moore edited this page Apr 17, 2024 · 7 revisions

Stack

We will be using the FERN stack (Firebase, Express, React, Node.js)

Testing

Deployment

Any changes to the main branch should automatically deploy (and be reflected in): https://staging.volunteers.wdcc.co.nz/
In order for the actual website to show changes, need to run Fly (see README.md): https://volunteers.wdcc.co.nz/

Development environment

api: Yarn add firebase

anywhere on device: yarn global add firebase-tools

.Env File will be secretly emailed to project members. Place it at the level just within api/...

Clone this wiki locally