A simple documentation boilerplate.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
pnpm install |
Installs dependencies |
pnpm start |
Starts local dev server at localhost:3000 |
pnpm build |
Build your production site to ./dist/ |
pnpm serve |
Preview your build locally, before deploying |