Website is deployed in production here: https://mass.pathcheck.org
This is a NodeJS + Express app
Install modules:
npm install
To run, do:
npm run dev
GitHub Actions generates a new Release when npm version is run and pushed to the repo.
npm version <version number: x.x.x>
Issues and pull requests are very welcome! :)