This is the source code for The JumpServer’s documentation, accessible at documentation-dev
Please read CONTRIBUTING.md. Thank you ❤️
This project is built on Next.js. You can run it on your machine, provided you have Node 20+ and pnpm installed.
First, clone the repo:
git clone https://github.com/ibuler/jumpserver-documentation/Make sure you are inside the folder:
cd jumpserver-documentationInstall the dependencies:
pnpm iThen, run the project:
pnpm devThat’s it! Go to http://localhost:3000 to see it in action. Any change you make to a file in pages should be refreshed automatically in your browser.