The app uses yarn as package manager.
Install all dependencies by executing
yarn
Run locally, leveraging BrowserSync
yarn serve
or build in production mode to deploy the package
yarn build
The app use Jest, to run tests
yarn test