Add some hacking instructions in a README.
Closes https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/issues/1.
This commit is contained in:
parent
e813a19c5f
commit
7776b3e06c
21
README.md
Normal file
21
README.md
Normal 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
|
||||||
|
```
|
Reference in New Issue
Block a user