Frontend migrated from CRA to Vite and Vitest since v0.20.0. See previous version.
Ensure to install husky
git hooks after cloning repository (should be done by
default on npm ci
).
npm ci
# start development server
npm start
# run tests in watch mode
npm run test:watch
# build static
make web
On Windows use PowerShell as script-shell
.