Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 782 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 782 Bytes

CI Developer Starter Site

This is a base install that includes the following features

  1. Bootstrap enabled.
  2. gulp.js build system.
  3. Font Awesome
  4. Yeti Theme from bootswatch.com

Requirements

  1. Node and npm
  2. LiveReload Chrome extension

Install

  1. git clone git@github.com:cideveloper/starter-site.git
  2. cd starter-site
  3. alter package.json to fit your gulp needs then run npm install
  4. alter gulpfile.js to fit your needs
  5. run gulp
  6. run php -S 0.0.0.0:8000 to start up dev php server
  7. navigate to Site