node-gyp
: npm install -g node-gyp
npm ci
Start the development server on http://localhost:3000
:
npm run dev
npm run create-user <username>
npm run test
First, setup e2e tests by running npm run test:e2e:install
, then run the tests with:
npm run test:e2e
We follow conventional commits, name your PRs accordingly
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.