17 lines
323 B
Markdown
17 lines
323 B
Markdown
|
# Building
|
||
|
|
||
|
Using Grunt:
|
||
|
|
||
|
```sh
|
||
|
$ npm install
|
||
|
$ grunt build:win # use build:linux or build:mac for other systems
|
||
|
```
|
||
|
|
||
|
Then run the app in `build/win` folder.
|
||
|
|
||
|
# Credits
|
||
|
|
||
|
Icons made by:
|
||
|
|
||
|
- Freepik (http://freepik.com) from http://flaticon.com (CC BY 3.0);
|
||
|
- Icons8 (http://icons8.com) from http://flaticon.com (CC BY 3.0).
|