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