Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 1.18 KB

README.md

File metadata and controls

63 lines (45 loc) · 1.18 KB

JunkJam India

This repo hosts the code for junkjam.in on the master branch which builds and serves through github-pages.

Environment 🔂

Before starting, make sure you have Ruby and NodeJS installed.

And install Gulp client:

$ npm install gulp-cli -g

Installation 🔂

Clone this repo:

$ git clone https://github.com/junkjam/www.junkjam.in.git

Access the local project:

$ cd www.junkjam.in

Install npm packages:

$ npm install

Install Ruby dependencies:

$ bundle install

Build Jekyll:

$ bundle exec jekyll build

Local Server 🔁

After the steps above, to run Jekyll locally, you'll just need to run Gulp:

$ gulp

Local Admin 🔁

After runnning Jekyll locally, you can manage content by opening your favourite browser at

http://localhost:8000/admin

GitHub Publish 🔁

After making changes, you'll just need to run Gulp build:

$ gulp build

Then commit your changes and push to GitHub