0.01
No release in over 3 years
Low commit activity in last 3 years
Internal CTL base UI toolkit
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 4.0
~> 4.1
~> 3.3
 Project Readme

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