Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/voles/ploath

Ploath source files
https://github.com/voles/ploath

Last synced: about 1 month ago
JSON representation

Ploath source files

Awesome Lists containing this project

README

        

Ploath
========================

## Mission statement
Ploath wants to provide a platform where users can easily create playlists containing songs of a variety of services.

####Our mission is
- To allow users adding songs from as much external services as possible
- To stimulate our users to actively collaborate
- To provide a reliable and performant web application

## Environment setup
####1. Install Yeoman globally

$ sudo gem install compass
$ npm install -g yo

####2. Install project dependencies
Run both commands below in the project root directory.

$ npm install
$ bower install

More info: [yeoman.io](http://yeoman.io/)

## How to contribute (draft)
Fork this repo.