Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 450 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 450 Bytes

FindMe

A free, open source, competitor to LookFor. Yes it's a webapp. No it won't be the same as a native app. I just didn't want to pay 99¢ for something I could build myself for fun.


Quick Start

Project setup using ng-boilerplate. To build:

$ npm install
$ bower install
$ grunt watch

Then you just serve build/index.html using your favorite local server (like npm serve)