- install node.js
- (on macOS only) install
node-gyp:npm install -g node-gyp - install the dependencies:
npm ci
Start the development server on http://localhost:3000:
npm run devnpm run create-user <username>npm run testFirst, setup e2e tests by running npm run test:e2e:install, then run the tests with:
npm run test:e2eWe follow conventional commits, name your PRs accordingly
Build the application for production:
npm run buildLocally preview production build:
npm run previewCheck out the deployment documentation for more information.
