A web interface for SHARE.
git clone <repository-url>this repository- change into the new directory
yarn install --pure-lockfilebower install
- Run the SHARE API server at
localhost:8000 - Run
elasticsearchatlocalhost:9200and populate with SHARE data (./manage.py runbot elasticsearchin the SHARE root directory) ember server- Visit your app at http://localhost:4200.
yarn run test