Add some hacking instructions in a README.

Closes https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/issues/1.
This commit is contained in:
Luke Murphy 2017-09-07 22:50:21 +02:00
parent e813a19c5f
commit 7776b3e06c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 21 additions and 0 deletions

21
README.md Normal file
View File

@ -0,0 +1,21 @@
# 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
```