Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 565 Bytes

README.md

File metadata and controls

30 lines (14 loc) · 565 Bytes

Elastisch Documentation

This is a documentation site for Elastisch.

Install Dependencies

With Bundler:

bundle install --binstubs

How to run a development server

./bin/jekyll serve --watch

then navigate to localhost:4000

How to regenerate the site

In order to regenerate the entire site, run:

  ./bin/jekyll build

License & Copyright

Copyright (C) 2011-2016 Alexander Petrov, Michael S. Klishin.

Distributed under the Eclipse Public License, the same as Clojure.