To install make sure you have Node.js installed.
To install dependencies run the following terminal command while in the project directory:
npm install
To run the development server after installation, run:
npm run dev
To run the test suite, run:
npm run test
and then visit localhost:8080 in your browser
And to build out the static production build:
npm run build