Skip to content

orcfax/orcfax.github.io

Repository files navigation

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.