Report repository template -- we use markdown now. Write markdown in the src directory.
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