Skip to content

Elm functions, color palettes and typography for the InsideSales.com UI

License

Notifications You must be signed in to change notification settings

InsideSalesOfficial/isdc-elm-ui

Repository files navigation

InsideSales.com Elm UI · Build Status

These are functions, color palettes and typography for our UI

Clone Repo

git clone https://github.com/InsideSalesOfficial/isdc-elm-ui
cd isdc-elm-ui

Docs

https://insidesalesofficial.github.io/isdc-elm-ui/

This repo contains examples for it's exported modules. To view these examples locally install the dev dependencies

npm install

then run the following

make start

navigate to http://localhost:3000

Test

Install the dependencies needed to run the tests

npm install

In the root director run the following

make test