[![pipeline status](https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/badges/master/pipeline.svg)](https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/commits/master) # autonomic.zone The website for the Autonomic Cooperative. # Hack It Install [yarn] and then run: [yarn]: https://yarnpkg.com/en/docs/install ``` bash $ yarn ``` And fire up a local server with [gulp], managed by yarn: [gulp]: https://gulpjs.com/ ``` bash $ yarn exec gulp ```