The foundation UI kit for CTL labs products residing on the web.
This repo is no longer being maintained. Users are welcome to fork it, but we make no warranty of its functionality.
Currently this puppy is a mountable (Ruby on Rails) engine. We can write SASS and HAML. We can mount it as an engine on a Rails project and will get a free style guide, however the assets can also be compiled and included in projects built in different languages.
- Computer
- Ruby version 2.1
- clone the repo
- cd into and bundle the rails app
cd ctl-base-ui
gem install bundler # if not already installed
bundle install
- cd into test/dummy and run the server
cd test/dummy
rails s