Feel free to join in. All welcome. Open an issue!
# install node LTS/Current
https://nodejs.org/en/download/
# enable corepack in node > v16.17
corepack enable
# install deps
pnpm i
To start in development mode locally run the following:
# serve with hot reload at localhost:3000
pnpm dev
The build environment will be detected and the appropriate server(less) transforms will be applied:
# build production site bundle
pnpm build
# launch a webserver to preview the site
pnpm preview
# build optimised static site bundle
pnpm generate
Dual-licensed under MIT + Apache 2.0