Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 432 Bytes

File metadata and controls

20 lines (14 loc) · 432 Bytes

Crank Site

This is the source code for the Crank website. We use Vite + React as our static site generator.

Getting Started

npm install

Development

Run commands:

pnpm run dev         # run a localhost:5173 dev server with HMR
pnpm run build       # build site into dist/
pnpm run preview     # preview the production build locally
pnpm run lint        # run ESLint