To install dependencies run npm install. The following commands will then be available:
npm start- run for local development on http://localhost:3000/.npm run build- build the site and output it to the./builddirectory.npm test- run all unit tests.npm run lint- run the lint checks to check code style.npm run lint:fix- automatically fixes code style issues where possible.