Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 263 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 263 Bytes

Developing

Instal dependencies with pnpm install, then start a development server:

pnpm run dev

Building

To create a production version of the site:

pnpm run build

You can preview the production build with pnpm run preview.