Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluemap-minecraft/bluemapwiki
The wiki for BlueMap, located at https://bluemap.bluecolored.de/
https://github.com/bluemap-minecraft/bluemapwiki
bluemap wiki
Last synced: 2 days ago
JSON representation
The wiki for BlueMap, located at https://bluemap.bluecolored.de/
- Host: GitHub
- URL: https://github.com/bluemap-minecraft/bluemapwiki
- Owner: BlueMap-Minecraft
- License: mit
- Created: 2021-03-11T18:46:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T02:30:13.000Z (7 months ago)
- Last Synced: 2024-04-09T03:29:43.473Z (7 months ago)
- Topics: bluemap, wiki
- Language: JavaScript
- Homepage: https://bluemap.bluecolored.de/
- Size: 2.45 MB
- Stars: 5
- Watchers: 3
- Forks: 41
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlueMap Wiki
This is the repository for the BlueMap Documentation/Wiki at:
https://bluemap.bluecolored.de/## Building and previewing the site locally
Assuming [Jekyll] and [Bundler] are installed on your computer:
1. Change your working directory to the root directory of your site.
2. Run `bundle install`.
3. Run `bundle exec jekyll serve` to build your site and preview it at `localhost:4000`.
The built site is stored in the directory `_site`.----
[Jekyll]: https://jekyllrb.com
[Bundler]: https://bundler.io