# frost-navigation
## Commands
### Project Setup
```sh
pnpm install
```
### Compile and Hot-Reload for Development
pnpm run dev
### Compile and Minify for Production
pnpm run build
### Lint with ESLint
pnpm run lint