This repository has been archived on 2023-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
autonomic.zone/README.md

24 lines
498 B
Markdown
Raw Normal View History

2017-09-07 21:00:16 +00:00
[![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
```