pnpm installpnpm run devThis command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
pnpm run buildThis command generates static content and can be served using any static contents hosting service.
pnpm run previewThis command bootstrap static site preview service.
Pull request to dev branch.