backmeup / timelinesearch-ui

A map- and timeline search frontend for BackMeUp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A map- and timeline search frontend for BackMeUp

License:MIT License


Languages

Language:JavaScript 76.8%Language:HTML 13.1%Language:CSS 10.1%