- Clone the repo
npm i
- Run
npm run docs:dev
to start preview server - Articles are under
docs
- Homepage
docs/index.md
- Homepage
- Edit
docs/.vitepress/config.mjs
for changing sidebar and navigation - Refresh the page to see update
npm run docs:build
npm run docs:preview
to see the result
MIT.