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