Minecraft-Console-Client/docs/.vuepress/public
2022-11-08 10:49:15 +08:00
..
icons Add images 2022-11-02 21:49:54 +08:00
images [SKIP_BUILD] Update chat-bot document 2022-11-08 10:49:15 +08:00
redirect_assets/wallpaper [SKIP_BUILD] Update chat-bot document 2022-11-08 10:49:15 +08:00
manifest.webmanifest Add images 2022-11-02 21:49:54 +08:00
README.md Update doc 2022-11-07 11:15:19 +08:00
redirect.html [SKIP_BUILD] Update chat-bot document 2022-11-08 10:49:15 +08:00

About

A documentation website for Minecraft Console Client (MCC) written using Vue Press 2.0

How to contribute

Requirements:

  • Git
  • Node JS >= v12
  • Yarn

Install Yarn if you don't have it:

npm i yarn -g

Fork and clone the repository Minecraft-Console-Client.

All of the source is in the docs directory.

Install dependencies:

yarn install

Run developer mode:

yarn docs:dev

If you have the port 8080 taken, use the --port <port> for a custom port.

Change things

Commit, push and open a pull request.