https://github.com/diodechain/website
Diode.io website
https://github.com/diodechain/website
Last synced: 3 months ago
JSON representation
Diode.io website
- Host: GitHub
- URL: https://github.com/diodechain/website
- Owner: diodechain
- Created: 2020-02-11T12:59:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T00:38:02.000Z (3 months ago)
- Last Synced: 2025-03-06T01:24:03.679Z (3 months ago)
- Language: Vue
- Size: 159 MB
- Stars: 3
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: licenses/LICENSE-1.0
- Support: support.html
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.