An open API service indexing awesome lists of open source software.

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.

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).