Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 390 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 390 Bytes

Website

https://benedfit.com/

Setup

Install dependencies

nvm install
yarn install

Run

All project processes can be started using the following:

yarn start

Testing

Runs all the automated QA tools

This can be run using:

yarn test

Build

Generate a production build of the site, output to ./_output, using the following:

yarn build