mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/2c598307-7028-46d4-ac37-045f5ce125ed Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| icons | ||
| images | ||
| redirect_assets/wallpaper | ||
| install.ps1 | ||
| install.sh | ||
| manifest.webmanifest | ||
| README.md | ||
| redirect.html | ||
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.