From 787abf7062e0cc49e5fd3c1d969a9794ff86a69d Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 19 Nov 2013 10:02:16 +0200 Subject: [PATCH] Added section for past maintainers. Also made installing packages easier to track and follow, nicer indentation for building. --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df5bd25..18d34ff 100644 --- a/README.md +++ b/README.md @@ -16,19 +16,26 @@ Lentolaskuri has been tested and build using tested on [MAMP](http://www.mamp.in ### Dependencies ### + +See [bower.json](https://github.com/Ekokumppanit/Lentolaskuri/blob/master/bower.json#L4) and [package.json](https://github.com/Ekokumppanit/Lentolaskuri/blob/master/package.json#L5) for complete list of packages. + +To install required packages run in the project folder in your terminal of choise: + ``` npm install && bower install ``` ### Building the project ### ``` -grunt server # Start development server -grunt # Build minified and optimized version for release +grunt server # Start development server +grunt # Build minified and optimized version for release to /dist -folder ``` ## Credits ## - Build by [Juho Teperi](https://github.com/Deraen) in 2013 while working for [Ekokumppanit Oy](http://www.ekokumppanit.fi) -- Currently maintained by [Ismo Vuorinen](https://github.com/ivuorinen) +- Previous maintainers + - [Ismo Vuorinen](https://github.com/ivuorinen) (April to November 2013) + - [Juho Teperi](https://github.com/Deraen) (From before Github to April 2013) Airport data comes from [OpenFlights.org](http://openflights.org) ([airports.dat](http://sourceforge.net/p/openflights/code/HEAD/tree/openflights/data/airports.dat), [AGPL](http://www.gnu.org/licenses/agpl.html)) \ No newline at end of file