Skip to content
This repository was archived by the owner on Jul 18, 2022. It is now read-only.

Latest commit

 

History

History
34 lines (24 loc) · 1.65 KB

File metadata and controls

34 lines (24 loc) · 1.65 KB

BackMeUp Timeline-Search

A map- and timeline search frontend for BackMeUp.

Developer Instructions

  • Make sure you have a running search backend available for development. (At the moment, the project expects an ElasticSearch instance running on the default port.)

  • Open index.html in your browser, with the browser's same-origin-policy is disabled. (E.g. on Chrome, start with chrome-browser --disable-web-security)

Build Instructions

The project includes a gulpfile for building a packaged version using the gulp build system. The gulpfile defines the following tasks:

Make sure you have the gulp plugins gulp-concat, gulp-uglify and gulp-concat-css installed.