Skip to content
/ docs Public
forked from MockBukkit/docs

Documentation for the Mockbukkit Project

License

Notifications You must be signed in to change notification settings

alexcrea/docs

 
 

Repository files navigation

Mockbukkit Docs

This repository is the place where you can find the code for all documentation provided by the MockBukkit project. The repository is published under docs.mockbukkit.org.

Getting started

This is how you can get started working on the docs on your local development machine.

Prerequisites

Building

  1. First, clone the repository:

    git clone https://github.com/MockBukkit/docs.git
  2. Then, install the dependencies:

    pnpm install
  3. Finally, run the server:

    pnpm docs:dev // dev server
    pnpm docs:build // build for production

In the case of building for production, the site will be generated in the .vitepress/dist directory.

Previewing

You can preview the site by running the following command:

pnpm docs:preview

This will start a local server on port 5173. You can then access the site at http://localhost:5173.

Contributing

Contributions are welcome! Please read the

contribution guidelines before submitting a pull request.

License

The MockBukkit documentation is licensed under two licenses:

About

Documentation for the Mockbukkit Project

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 50.9%
  • TypeScript 49.1%