From 7776b3e06ce0f9294c1d44112e111015b2b3ebf8 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 7 Sep 2017 22:50:21 +0200 Subject: [PATCH] Add some hacking instructions in a README. Closes https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/issues/1. --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b8138ba --- /dev/null +++ b/README.md @@ -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 +```