mromaine / jericho

Gengo style-guide

Home Page:http://gengo.github.io/jericho/docs/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jericho

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.

How to use Jericho

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

How to setup Jericho's development environment

  1. Install compass:
sudo gem install compass
  1. Install node modules:
npm install
  1. Setup your path if you haven't already:
export PATH=$PATH:node_modules/.bin
  1. Run the grunt task:
grunt
  1. Start a local server on "localhost:9000" so you can check docs:
grunt server
  1. If you want a minified version, run the task for production:
grunt build

Features

Jericho would not be without the following great projects:

About

Gengo style-guide

http://gengo.github.io/jericho/docs/index.html

License:Other


Languages

Language:JavaScript 98.0%Language:CoffeeScript 1.9%Language:Scala 0.1%