Boilerplate for Assemble
Please create an issue if you find a bug or have a feature request.
1. Download the project
Install the project locally using one of the following options:
- Using git:
git clone git://github.com/assemble/boilerplate.git
- Download the project
Next, to optionally install Bootstrap using Bower, simply run
bower install
2. Install Dependencies
Run npm i
to install dependencies.
3. Build
If everything installed correctly, running grunt
in the command line should successfully build the project to the ./_gh_pages
directory inside the project.
4. Remove "first run" Targets
Inside the Gruntfile you will find a few targets that should be removed after the first run. These are labeled accordingly.
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.
Copyright (c) 2013 Jon Schlinkert Licensed under the MIT license.
Project created by Jon Schlinkert.
This file was generated on Saturday, December 7, 2013.