Jericho provides a simple and flexible HTML, CSS, and Javascript foundation for web apps that want to use the Stylish UI style. It is built on top of Twitter Bootstrap.
Easy - just add Jericho as a git submodule.
git submodule add https://github.com/gengo/jericho.git css/lib/jericho
git submodule init
git submodule update
- Install compass:
sudo gem install compass
- Install node modules:
npm install
- Setup your path if you haven't already:
export PATH=$PATH:node_modules/.bin
- Run the grunt task:
grunt
- Start a local server on "localhost:9000" so you can check docs:
grunt server
- If you want a minified version, run the task for production:
grunt build
Jericho would not be without the following great projects: