Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 833 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 833 Bytes

cm-seechange-survey-blueprint

Civic Makers SeeChange Survey blueprint

[2023-10-08]: This repo is still under development. See this Trello Board for details

Next Steps

Please refer to the following Trello cards in Civic Makers Trello Board for next steps:

More to come!

Getting Started with Local Development

  • 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 dependencies:
npm install
  • run the app in local environment:
npm run dev