Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 520 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 520 Bytes

Advanced Friend List Manager for Facebook (new 2013 version).

Development

This project develops using Yeoman.io workflow. To develop on this project, please install the required tools.

After cloning the repository, install the required dependencies using:

npm install && bower install

To run the local development server, run:

grunt server

To build the minified, ready-to-deploy version, run:

grunt build