mirror of
https://github.com/Ekokumppanit/Lentolaskuri.git
synced 2026-02-04 14:42:36 +00:00
README: Dependencies installation instructions
This commit is contained in:
@@ -5,6 +5,12 @@ Flight CO2 emission calculator.
|
||||
|
||||
Uses [Grunt: The JavaScript Task Runner](http://gruntjs.com/getting-started).
|
||||
|
||||
Dependencies
|
||||
```
|
||||
npm install && bower install
|
||||
```
|
||||
|
||||
Building the project
|
||||
```
|
||||
grunt server # Start development server
|
||||
grunt # Build minified and optimized version for release
|
||||
|
||||
Reference in New Issue
Block a user