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

22 lines
286 B
Markdown
Raw Normal View History

# 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
```