⚠️ This project has moved to our monorepo here. This repository is no longer maintained. ⚠️
- Node
To run this repository you need to run both the frontend (this repository) and the backend.
-
Run
npm install
-
Copy the content of
./src/api/backend.dev.js
to a new file called./src/api/backend.js
-
To be able to Login ask Martin or Arthur to add you to the volunteer staging database.
-
Enable ESLint in your code editor (normally through the ESLint Plugin)
- Run
npm run start
-
Remember to increment the form's version number before altering the form on
master
.- Currently, the initial survey's version number is set in
config.js
- Currently, the initial survey's version number is set in
-
Summarize the changes in the relevant changelog.
- Optionally, include the commit which merged the changes to master to help fix issues such as the version number not being incremented