npm install yarn -g # ensure you have yarn on your machine globally, if not run the command
yarn # install dependencies
yarn build # build the project
yarn start # start the development server
Install development/build dependencies
yarn
Start the development server
yarn start
Run a full build
yarn build
Run the test suite
yarn test
Run the linter
yarn lint