Luminol docs (Fork from Leaves/Documentation)
- Clone the repository. If you plan to make changes, create a fork first!
git clone https://github.com/LuminolMC/docs.git
- Install all required dependencies.
pnpm install
- Start the development server
pnpm run dev
This will start a local development server and open a browser window. The majority of changes will be instantly reflected live without the need to restart the development server or reload the page in your browser. Edit away!
pnpm run build
This command builds a production-ready deployment into the .vitepress/dist
directory. These files are ready to be hosted on any static content server.
The docs (e.g., .md
files in the /src
folder) is CC-BY-SA-4.0 licensed.
The supporting code is AGPL-3.0 licensed.