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 installTo run the site in development mode:
npm startTo build the site for production:
npm run buildLint for styling issues:
npm run lint