goinstant / colors-common

The Colors Common component is a collection of constants and helper functions for dealing with user colors and is used in various GoInstant widgets.

Home Page:https://goinstant.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Colors Common

The Colors Common component is a collection of constants and helper functions for dealing with user colors and is used in various GoInstant widgets.

Contributing

Development Dependencies

Set-Up

The following assumes that you have already installed the dependencies above.

git clone https://github.com/goinstant/colors-common.git
cd colors-common
npm install

Building Colors Common for Development

Colors Common is built as a component. Feel free to manually install dependencies and build using the component command line tool.

For convenience, we've included a simple grunt command for installing component dependencies and building:

grunt build

If this command runs succesfully you'll now have components and build directories in your Git repo root.

Running Tests

Tests are written in mocha. They're run in an HTML file.

Just open the test/index.html file to run the tests.

On Mac OS, you can just run this command to open the HTML Runner in your default browser:

open test/index.html

About

The Colors Common component is a collection of constants and helper functions for dealing with user colors and is used in various GoInstant widgets.

https://goinstant.com

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 100.0%