Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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/

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