Skip to content

IDTdesign/idtfrontend

Repository files navigation

idtfrontend

Front-end documentation, built with DocPad.

Dependencies

First run

Clone the repository.

$ npm install
$ bower install
$ grunt

Open http://localhost:7777/

Development

Prepare sprites

grunt makesprites

to create sprite for icons

Image Optimization

grunt optimizeimg

to minify image assets

Copy css files to main project

grunt production

to compile, minify and copy css files to core project

Publishing

Before first publishing run this command in GIT console
git remote add deploy https://login:password@github.com/IDTdesign/idtfrontend.git

Where login and password is your Github credentials.

Then run grunt deploy — publish to http://IDTdesign.github.io/idtfrontend

More info http://paulradzkov.com/2014/deploy_docpad_site_to_github_pages/

License

Copyright © 2014 IDT Corp