Files
geovisio-website/docs/09_Develop.md
Adrien Pavie c5f9a6da06 Update docs
2023-06-14 15:21:31 +00:00

455 B

Work on the code

Available commands

Note that all the commands and packages used are available in the package.json file.

Compile and Hot-Reload for Development

Launch your dev server :

npm run dev

or

yarn dev

Run Unit Tests with Vitest

npm run test:unit

or

yarn test:unit

Lint with ESLint

npm run lint

or

yarn lint