Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukeeey/mcpe-docs

Minecraft: Bedrock Edition Documenation ->
https://github.com/lukeeey/mcpe-docs

Last synced: 3 months ago
JSON representation

Minecraft: Bedrock Edition Documenation ->

Awesome Lists containing this project

README

        

## mcpe-docs [![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/ezmePjNg) [![HitCount](http://hits.dwyl.io/lukeeey/mcpe-docs.svg)](http://hits.dwyl.io/lukeeey/mcpe-docs)
Minecraft: Bedrock Edition Documentation (for developers).

This repo actually holds the files to a website. If you view the files on Github, links may not work, and file formatting could possibly be messed up. Either visit the website or run it locally.

### Running locally
This site uses Jekyll, so google how to install that.

After installing, clone the repo and run:
```
$ bundle exec jekyll build
$ bundle exec jekyll serve
```