https://github.com/mlibrary/search
A single-page web application that consolidates the library’s multiple discovery interfaces into one.
https://github.com/mlibrary/search
discovery-interface search
Last synced: 11 months ago
JSON representation
A single-page web application that consolidates the library’s multiple discovery interfaces into one.
- Host: GitHub
- URL: https://github.com/mlibrary/search
- Owner: mlibrary
- Created: 2016-11-15T21:50:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T18:59:05.000Z (over 1 year ago)
- Last Synced: 2024-11-19T19:18:41.098Z (over 1 year ago)
- Topics: discovery-interface, search
- Language: JavaScript
- Homepage: https://search.lib.umich.edu/
- Size: 12 MB
- Stars: 12
- Watchers: 10
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Search
This repository contains the front-end code for [search.lib.umich.edu](https://search.lib.umich.edu/) that generates the UI and connects to the middle and backend.
## Getting Started
Run the `init.sh` script.
```bash
./init.sh
```
## Create React App
This project was originally built with [`create-react-app`](https://www.npmjs.com/package/create-react-app).