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

https://github.com/squallstar/collector-website

Website for Collector (Windows Phone app)
https://github.com/squallstar/collector-website

Last synced: about 1 month ago
JSON representation

Website for Collector (Windows Phone app)

Awesome Lists containing this project

README

          

# Collector Website

http://discover.collectorwp.com

---

## Development

### Getting started

gem install sass

npm install gm
npm install grunt-contrib-clean --save-dev
npm install grunt-contrib-coffee --save-dev
npm install grunt-contrib-concat --save-dev
npm install grunt-contrib-copy --save-dev
npm install grunt-contrib-sass --save-dev
npm install grunt-contrib-uglify --save-dev
npm install grunt-contrib-watch --save-dev
npm install grunt-replace --save-dev
npm install grunt-spritesmith --save-dev

### Build the product

grunt

### Build the product for release

grunt build:release

### Start the watch job for continuous project rebuild

grunt watch

### Build for release and deploy

grunt deploy:/path/to/dir