Make sure to install dependencies:
npm installIf you are working at Satoshi Engineering, please configure your GIT repo to use the GIT hooks from the directory .githooks:
git config core.hooksPath .githooksStart the development server on http://localhost:3000:
npm run devUnit testing:
npm run test:unitE2E testing:
npm run test:e2e:uiBuild the application for production:
npm run buildLocally preview production build:
npm run preview