mirror of
https://github.com/Ekokumppanit/Lentolaskuri.git
synced 2026-02-05 17:43:12 +00:00
18 lines
316 B
Markdown
18 lines
316 B
Markdown
Lentolaskuri
|
|
============
|
|
|
|
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
|
|
```
|