Caution
Archived
This repo is archived, no longer maintained and may soon be deleted.
Home page for the Whalebones project.
Make sure to install the dependencies:
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
pnpm run dev
Build the application for production:
pnpm run build
Locally preview production build:
pnpm run preview
Checkout the deployment documentation for more information.
To work on components in isolation using Storybook:
pnpm run storybook
Run tests with Vitest and Vue test utils
pnpm run test