mirror of
https://github.com/Ekokumppanit/Lentolaskuri.git
synced 2026-03-05 17:54:41 +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).
|
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 server # Start development server
|
||||||
grunt # Build minified and optimized version for release
|
grunt # Build minified and optimized version for release
|
||||||
|
|||||||
Reference in New Issue
Block a user