#The Drum Styleguide
The Visual, UI and front end style guide for the redesign of thedrum.com. This living styleguide is designed to be an aid to building well-organized documentation of front-end codebases. By "living" we mean the documentation remains in constant sync with the actual code.
The Styleguide is built using the Node.js package Gulp.js. To install the Styleguide and contribute to the project you should clone the repo from Github.
$ git clone https://github.com/thedrum-developers/the-drum-styleguide
In terminal, run Node Package Manager to install the node dependences.
$ npm install
Build the project by running Gulp.
$ gulp build
#Credit
- Adapted from Style-Guide-Boilerplate