meshviewer/README.md

32 lines
470 B
Markdown
Raw Normal View History

2015-04-01 15:07:04 +00:00
# Meshviewer
Meshviewer is a frontend for
[ffmap-backend](https://github.com/ffnord/ffmap-backend).
# Screenshots
![](doc/mapview.png?raw=true)
![](doc/graphview.png?raw=true)
![](doc/allnodes.png?raw=true)
![](doc/links.png?raw=true)
![](doc/statistics.png?raw=true)
2015-03-29 12:49:59 +00:00
# Dependencies
2015-03-29 00:09:21 +00:00
2015-03-29 12:49:59 +00:00
- npm
- bower
- grunt-cli
2015-03-29 00:09:21 +00:00
2015-03-29 12:49:59 +00:00
# Installing dependencies
2015-03-29 00:09:21 +00:00
2015-03-29 12:49:59 +00:00
npm install
bower install
2015-03-29 01:46:10 +00:00
# Building
Just run:
2015-03-29 12:49:59 +00:00
grunt
2015-03-29 01:46:10 +00:00
2015-03-29 12:49:59 +00:00
This will generate `build/` containing all requires files.