https://github.com/mccteam/mccteam.github.io
MCC website
https://github.com/mccteam/mccteam.github.io
Last synced: 8 months ago
JSON representation
MCC website
- Host: GitHub
- URL: https://github.com/mccteam/mccteam.github.io
- Owner: MCCTeam
- Created: 2021-11-20T12:37:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-06T02:22:13.000Z (about 1 year ago)
- Last Synced: 2025-04-06T13:05:25.517Z (about 1 year ago)
- Language: HTML
- Homepage: https://mccteam.github.io
- Size: 14.6 MB
- Stars: 21
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
A documentation website for Minecraft Console Client (MCC) written using [Vue Press 2.0](https://v2.vuepress.vuejs.org/)
## How to contribute
### Requirements:
- Git
- Node JS >= v12
- Yarn
### Install Yarn if you don't have it:
```bash
npm i yarn -g
```
Fork and clone the repository `Minecraft-Console-Client`.
All of the source is in the `docs` directory.
### Install dependencies:
```bash
yarn install
```
### Run developer mode:
```bash
yarn docs:dev
```
_If you have the port `8080` taken, use the `--port ` for a custom port._
Change things
Commit, push and open a pull request.