Skip to content

LuminolMC/docs

Luminol docs (Fork from Leaves/Documentation)

Getting Started

Prerequisites

Local Development

  1. Clone the repository. If you plan to make changes, create a fork first!
git clone https://github.com/LuminolMC/docs.git
  1. Install all required dependencies.
pnpm install
  1. 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!

Building

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.

License

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.

About

Document for LuminolMC

Resources

License

AGPL-3.0, CC-BY-SA-4.0 licenses found

Licenses found

AGPL-3.0
LICENSE
CC-BY-SA-4.0
LICENSE-DOCS

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published