mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
readme updates
This commit is contained in:
parent
340528fdb0
commit
3c5e503563
@ -34,6 +34,8 @@
|
|||||||
|
|
||||||
## Development
|
## 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:
|
You need to have the following tools installed on your development machine before moving on:
|
||||||
|
|
||||||
- [node.js](http://nodejs.org/) & [npm](https://npmjs.org/)
|
- [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
|
npm i && bundle install
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
|
||||||
|
|
||||||
```bash
|
|
||||||
yarn && bundle install
|
|
||||||
```
|
|
||||||
|
|
||||||
### Development build
|
### Development build
|
||||||
|
|
||||||
Spin up local dev server and livereloading watch task, reachable under [http://localhost:1337](http://localhost:1337):
|
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
|
## Authors
|
||||||
|
|
||||||
- Matthias Kretschmann ([@kremalicious](https://github.com/kremalicious)) - [BigchainDB](https://www.bigchaindb.com) & [Ocean Protocol](https://oceanprotocol.com)
|
- 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
|
## License
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user