Merge branch 'add-readme' into 'master'
First stab at a README Closes #1 See merge request !1
This commit is contained in:
commit
6796602fad
23
README.md
Normal file
23
README.md
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
[![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
|
||||||
|
```
|
Reference in New Issue
Block a user