Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Lunchr/luncher-client

Repository files navigation

logo

A client

Code Climate Build Status Coverage Status Selenium Test Status

Development setup

To run the tests on your own machine you need to first install node.js. Once you have it installed just run:

npm install -g grunt-cli
git clone git@github.com:Lunchr/luncher-client.git
cd luncher-client
npm install
bower install
grunt test