Anemone is an open platform which allows you to experiment with Internet of Things, see www.anemone.cloud
This repository contains source code of Anemone IoT Platform Documentation Website hosted at docs.anemone.cloud.
Documentation website is done in Jekyll using the adjusted CloudCannon/edition-jekyll-template design.
You can see the website in production at docs.anemone.cloud.
You can run this website locally with:
- Clone this repository
git clone ...
- Install ruby
rvm install 2.3.3
(see rvm.io) gem install bundler
bundle install
bundle exec jekyll serve
- Open
http://127.0.0.1:4000/
Made with ❤️ by Juicymo in Prague.