An open API service indexing awesome lists of open source software.

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

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.