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