Skip to content

dismorfo/crispy-couscous

Repository files navigation

crispy-couscous

This is a React app prototype that demos the use of Mirador Viewer. Made with Create React App and React Router v6.

Setup

Installation

$ git clone [email protected]:dismorfo/crispy-couscous.git

Install dependencies

$ cd crispy-couscous && npm install

Getting started

When running this app, be sure to:

  1. Add environment information file
cp .env.example .env
  1. Add your environment information. E.g.,
REACT_APP_BOOK_URL=http://abc.xyz
REACT_APP_API_VIEWER=http://def.xyz
# Set GENERATE_SOURCEMAP to true or false
GENERATE_SOURCEMAP=true

See create-react-app configuration.

  1. To start the development server:
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages