For a new report click use this template
on github.com. Give it a title with the report number.
Report repository template -- we use markdown now. Write markdown in the src
directory. See src/00a-example.md
for how to format.
To run locally, make sure you have nodejs and NPM installed and then do:
npm install
npm run dev
To deploy you can clone the repo make sure you have nodejs and NPM installed and do:
npm install
npm run deploy