Must install
Recommended to install
Install the dependencies
- Run
pnpm install
Run in the development mode
- Run
pnpm dev - Open http://localhost:4321 on the browser
Build in the production mode
- Run
pnpm build
Run in the production mode
- Run
pnpm build && pnpm preview
Check the code
- Run
pnpm lint - Run
pnpm lint:fixto check & fix

