This repository contains the source for the Electrode documentation site, which is generated using Jekyll.
- Commit contributions to the
develop
branch. - Always use markdown when authoring new documentation.
Requires jekyll and bundler. You can install them with gem:
$ gem install jekyll bundler
First, clone the repository and install the project dependencies using bundler:
$ git clone https://github.com/electrode-io/electrode-io.github.io.git
$ cd electrode-io.github.io
$ bundle install
Run the server locally:
$ bundle exec jekyll serve
You should be able to access the site at: http://127.0.0.1:4000/
The site must be generated locally and deployed using jgd.
NOTE: this should be done from a local clone of the original repo; make sure you're not working in a fork.
First, make sure the jgd
gem is installed by running bundle install
.
Next, generate and deploy to master
with the following command:
$ jgd --branch=master
Explore the Electrode.io Website.
Built with ❤️ by Team Electrode @WalmartLabs.