- Documents for https://github.com/Korepi/korepi.
- You can always view its live version at https://github.com/Korepi/korepi-docs
- Install NodeJS >=18
- Use GitHub Desktop or Git command to clone this repository (
git clone
) - Run
pnpm install
in the root directory of the project
- Run
pnpm run docs:dev
in the root directory of the project- The document will run at
http://localhost:8080
by default
- The document will run at