Skip to content

vendion/chadev.github.io

Repository files navigation

#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 placeholder 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

About

The home of chadev.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 36.3%
  • JavaScript 33.4%
  • CSS 19.1%
  • Ruby 11.2%