Skip to content

Github Pages Review

Pikender Sharma edited this page Apr 5, 2016 · 1 revision

Local

  • Clone the NectarCommerce Github Repo
    • git clone https://github.com/vinsol/nectarcommerce.git
  • Checkout gh-pages branch, a Jekyll Static Site Generator Project
  • Ensure, Ruby is installed
  • Install bundler Ruby Gem
    • gem install bundler --no-ri --no-rdoc
  • Install Jekyll Project dependencies
    • bundle install
  • Start the jekyll server
    • jekyll serve --watch --port 5000
  • Check Blog AT http://localhost:5000/nectarcommerce/
  • Start Playing with what you see

Github

  • View the <>.md file on Github
  • Presentation is beautiful for Review :)
Clone this wiki locally