Install dependencies
nvm install
yarn install
All project processes can be started using the following:
yarn start
Runs all the automated QA tools
This can be run using:
yarn test
Generate a production build of the site, output to ./_output
, using the following:
yarn build