From 3c5e5035632d676585bb17c8b6612035e4cf5ca7 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 5 Apr 2018 14:38:40 +0200 Subject: [PATCH] readme updates --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1e91bd4..0c401f3 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ ## Development +The whole website is a Jekyll based site with a Gulp-based build pipeline in front of it. + You need to have the following tools installed on your development machine before moving on: - [node.js](http://nodejs.org/) & [npm](https://npmjs.org/) @@ -49,12 +51,6 @@ Run the following command from the repository's root folder to install all depen npm i && bundle install ``` -or - -```bash -yarn && bundle install -``` - ### Development build Spin up local dev server and livereloading watch task, reachable under [http://localhost:1337](http://localhost:1337): @@ -159,6 +155,7 @@ New js should follow [eslint-config-ascribe](https://github.com/ascribe/javascri ## Authors - Matthias Kretschmann ([@kremalicious](https://github.com/kremalicious)) - [BigchainDB](https://www.bigchaindb.com) & [Ocean Protocol](https://oceanprotocol.com) +- [All the contributors](https://github.com/bigchaindb/site/graphs/contributors) ## License