Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 284 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 284 Bytes

The ZADevChat Podcast Website!

This site is built with Middleman & Gulp.

Requirements are:

  • Ruby & Bundler
  • NPM

Installing:

$ git clone https://github.com/zadevchat/website
$ cd website
$ bundle
$ npm install
$ bundle exec middleman

Then open http://localhost:4567.