forked from Ivasoft/geovisio-website
455 B
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