Skip to content

newhighsco/jarvenis.com

Repository files navigation

Jarvenis

https://jarvenis.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 ./build, using the following:

yarn build