This repo contains the customized visualsearch used for dcTrack UI
$ git clone https://github.com/sunbirddcim/visualsearch.gitTo build the visualsearch bundled files, you can run
$ rake build- Use python to run up a local server
- You can interact with index.html by http://localhost:8000
$ cd /visualsearch
$ python -m http.server- Update visualsearch and run "rake build" to overwrite the bundled files
- Push your branch to remote repo
- Reinstall visualsearch module in dctrack_app_client
$ cd /dctrack_app_client
$ npm uninstall visualsearch
$ npm install visualsearch@git+https://github.com/sunbirddcim/visualsearch.git#{your branch name}