Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.18 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.18 KB

#Chadev.com

The future home of chadev.com. Woot!
We'll be designing and developing this publicly, so expect to see lots of changes and few bugs ;)

##Adding yourself to the developers list

  • Fork the github repo
  • Clone your fork to your favorite developer environment
  • Copy the developer template file _template/dev.md to _devs/YourHandle.md
  • Replace the place holder values
  • Commit and push your changes to your fork
  • Submit a pull request to the master branch of this repo

Feel free to contact us via the #chadev IRC channel on freenode, or email [email protected] if you have trouble.

##Instructions for Local Development

To replicate our development environment a number of open source tools are required, specifically:

##Getting Started

###Install Node Simply visit nodejs.org and click on the big green “Install” button.

###Install Gulp Globally

$ npm install -g gulp

###Install Jekyll

$ gem install jekyll

###Install Dependencies

Make sure you're in the root project folder.

$ npm install

###Run Gulp

$ gulp