Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ->
- Host: GitHub
- URL: https://github.com/lukeeey/mcpe-docs
- Owner: lukeeey
- Created: 2018-05-08T15:33:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-19T14:39:34.000Z (almost 4 years ago)
- Last Synced: 2024-05-02T04:35:01.211Z (6 months ago)
- Language: HTML
- Homepage: https://lukeeey.github.io/mcpe-docs/
- Size: 91.8 KB
- Stars: 34
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-minecraft-bedrock - Mcpe-docs - Minecraft: Bedrock Edition Documenation (Documentation)
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
```