Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Latest commit

 

History

History
55 lines (35 loc) · 883 Bytes

README.md

File metadata and controls

55 lines (35 loc) · 883 Bytes

Whalebones website

Caution

Archived
This repo is archived, no longer maintained and may soon be deleted.

Home page for the Whalebones project.

Setup

Make sure to install the dependencies:

pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

pnpm run dev

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview

Checkout the deployment documentation for more information.

Storybook

To work on components in isolation using Storybook:

pnpm run storybook

Testing

Run tests with Vitest and Vue test utils

pnpm run test