Civic Makers SeeChange Survey blueprint
[2023-10-08]: This repo is still under development. See this Trello Board for details
Please refer to the following Trello cards in Civic Makers Trello Board for next steps:
More to come!
- Once off setup -
nvm
:- install
nvm
using instructions here cd
to repo, then run following commands to install nodejs environment for development work:nvm install nvm use
- install
- install dependencies:
npm install
- run the app in local environment:
npm run dev