Chrysoblog/README.md

323 B

Chrysoblog

Personal Website

Developing

Install dependencies with npm install (or pnpm install or yarn). Then start the dev server with

npm run dev [-- --open]

Building

To create the production version,

npm run build

You can preview the production build with npm run preview.