Skip to content
Snippets Groups Projects
Select Git revision
  • 22b49c1a556cf1241b2c07e832143b7bc640f00e
  • develop default protected
2 results

meshviewer

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Nils Schneider authored
    22b49c1a
    History

    Build Status

    Meshviewer

    Meshviewer is a frontend for ffmap-backend.

    Changelog

    Screenshots

    Dependencies

    • npm
    • bower
    • grunt-cli
    • Sass (>= 3.2)

    Installing dependencies

    npm install
    bower install

    Building

    You may want to tweak lib/config.js to point to your data files. If it's served from a different domain, remember to enable CORS on your webserver. Enabling GZip will reduce bandwidth consumption.

    Just run:

    grunt

    This will generate build/ containing all required files.