pnpm install
pnpm run dev
This 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 build
This command generates static content and can be served using any static contents hosting service.
pnpm run preview
This command bootstrap static site preview service.
Pull request to dev
branch.