- Node.js v18 or v20
- pnpm >= 9.4 < 10
pnpm install
# Start dev server (docs-growi-org)
pnpm start
# Or start dev server (help-growi-cloud)
pnpm help-growi-cloud:dev
Then, access to the URL that VuePress will print like below.
> VuePress dev server listening at http://localhost:8080/
Add Markdown file to docs
dir.
For detail, please reference VuePress Documents.
pnpm api:dev
Launch the Live Server
to watch the modification to the growi
repository will be applied in realtime.
pnpm api:dev
- Right click
redoc/apivX.html
in the file tree and select "Open with Live Server".