Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 503 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 503 Bytes

somafm-webplayer

A modern web player to stream soma fm radio stations.

Installation

Make sure you have installed Node.js, Git, Ruby and Compass

  • npm install
  • bower install

Run locally

  • grunt ngconstant:development
  • grunt serve

Build for production

clears out and rebuilds 'dist' folder

  • grunt build

Test production build

  • grunt serve:dist