If you are an artist, musician, or arcologist here to use this instrument, everything you need to know is in the docs.
If you are a developer looking to contribute to arcologies, please visit github.com/northern-information/arcologies.
Contributing to the docs requires Jekyll & SASS.
- To run the docs locally at
127.0.0.1:4000
:cd docs
and runbundle exec jekyll serve --baseurl ''
. - To work with the CSS:
cd assets/stylesheets
and runsass --watch style.sass:style.css
.