-
Notifications
You must be signed in to change notification settings - Fork 53
Github Pages Review
Pikender Sharma edited this page Apr 5, 2016
·
1 revision
- 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 Gemgem 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
- View the <>.md file on Github
- Presentation is beautiful for Review :)