Explore adventure, friendship, and kindness as a very smol penguin, making waves in a very big world.
Node.js is required to install dependencies and run scripts via npm.
| Command | Description |
|---|---|
npm install |
Install project dependencies. |
npm run dev |
Launch a development web server. |
npm run build |
Create a production build in the dist folder. |
npm run lint |
Lint the codebase. |
npm run typecheck |
Check the codebase for type errors. |