Advanced Friend List Manager for Facebook (new 2013 version).
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