1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

readme updates

This commit is contained in:
Matthias Kretschmann 2018-04-05 14:38:40 +02:00
parent 340528fdb0
commit 3c5e503563
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -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