Skip to content

notduncansmith/prototype

Repository files navigation

Prototype

This project is a global prototype that, once cloned, lets you immediately get to work.

It provides the following out of the box:

  • Bootstrap
  • jQuery
  • LESS
  • Jekyll architecture
  • LiveReload
  • Gulpfile
  • Package.json
  • Bower.json
  • Gitignore

Dependencies

  • Gulp (npm install -g gulp)
  • Bower (npm install -g bower)
  • Jekyll (gem install jekyll)

Instructions

To build the site:

sh install.sh


To actively develop:

gulp
# Open a new terminal tab for Jekyll
jekyll serve --watch
google-chrome http://localhost:4000

To package the site for deployment:

gulp build

About

Everything you need to hit the ground running

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published