Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 350 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 350 Bytes

CodingApi Page

http://www.codingapi.com

Running locally

You need Ruby and gem before starting, then:

# install bundler
gem install bundler

# clone the project
git clone https://github.com/aksakalli/jekyll-doc-theme.git
cd jekyll-doc-theme

# install dependencies
bundle install

# run jekyll with dependencies
bundle exec jekyll serve