/hack4good2021

Prototype Submission for Hack For Good 2021

Primary LanguageTypeScript

Netlify Status

The Social Census

https://thesocialcensus.netlify.app/

Inital setup

  1. Install node and Docker
  2. Run npm install -g yarn to install yarn
  3. Run yarn in the working directory to install required packages

Development

  1. Run yarn start to start the development server
  2. Run yarn lint to check for code style violations