Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 928 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 928 Bytes

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