Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 967 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 967 Bytes

Anemone IoT Platform Documentation Website

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.

Usage

You can see the website in production at docs.anemone.cloud.

Development

You can run this website locally with:

  1. Clone this repository git clone ...
  2. Install ruby rvm install 2.3.3 (see rvm.io)
  3. gem install bundler
  4. bundle install
  5. bundle exec jekyll serve
  6. Open http://127.0.0.1:4000/

Credits

Made with ❤️ by Juicymo in Prague.