An open API service indexing awesome lists of open source software.

https://github.com/diodechain/website

Diode.io website
https://github.com/diodechain/website

Last synced: 3 months ago
JSON representation

Diode.io website

Awesome Lists containing this project

README

        

# Diode Setup:
## System Preparation
1. Follow guides [here](http://jekyllrb.com/docs/installation/) to install ruby for your OS
2. Install Jekyll & Bundler: `gem install jekyll bundler`
then `bundle install`

---

## Local Dev Environment

1. To build and to serve on 127.0.0.1:4000: `bundle exec jekyll serve`

Note: If step 1 fails, prepending `bundle exec` to the commands may solve the issue.