Ensure you have yarn
installed. If not, you can install it by running:
npm install --global yarn
.env variables that are required to run dev mode: VITE_GEM_LOGIN= VITE_GEM_PASSWORD=
Run yarn
to install all project dependencies.
Run yarn build
to build the project. The build artifacts will be stored in the dist/ directory.
Run yarn lint
to get a report of all lint issues in the project.
Run yarn lint:fix
to automatically fix all lint issues that can be resolved, and get a report of any remaining issues.
Run yarn format
to format the entire project according to Prettier and ESLint rules.
Run yarn test:ui
to execute all tests and provide a report of the results via vitest.