Use this presentation to run through the OWASP Top Ten with people who may not be familiar with it.
Clone the repo, then install dependencies:
npm install
To run the site in development mode:
npm start
To build the site for production:
npm run build
Lint for styling issues:
npm run lint