Quick Start

For the impatient, here's how to get a boilerplate NotifyBC instance up and running if you have git and node.js installed:

git clone https://github.com/bcgov/NotifyBC.git
cd NotifyBC
npm i && npm run build
npm run start
# => Now browse to http://localhost:3000

If you're running into problems, check out full installation guide.