Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 809 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 809 Bytes

CTL Base UI Kit

The foundation UI kit for CTL labs products residing on the web.

NOTE

This repo is no longer being maintained. Users are welcome to fork it, but we make no warranty of its functionality.

Language & Framework specific?

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.

Getting Started

pre-requisites

  • Computer
  • Ruby version 2.1

Install steps

  • 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