Skip to content

avirati/finding-falcone

Repository files navigation

Finding Falcone

Finding Falcone is a task from GeekTrust.in

alt tag alt tag

Tech

Dillinger uses a number of open source projects to work properly:

Build

You need Grunt and Compass installed globally:

$ gem install compass 
$ npm install -g grunt
$ git clone https://github.com/avirati/finding-falcone finding-falcone
$ cd finding-falcone
$ npm install
$ npm install --dev (if you want to run tests) 
$ bower install
$ grunt
$ cd dist/
$ python -m SimpleHTTPServer <PORT>

Run the project

open http://localhost:<PORT>

Testing

$ npm install -g karma
$ cd test/
$ karma start

License

MIT

Free Software, Hell Yeah!

About

GeekTrust.in problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published