Skip to content

The Spanish Curate, a book within the Beaumont and Fletcher collection Comedies and Tragedies

License

Notifications You must be signed in to change notification settings

psu-libraries/dbfp-tsc

Repository files navigation

dbfp-tsc

Beaumont and Fletcher - The Spanish Curate

Local Setup

  1. Run docker compose up --build (append -d if you don't want to see the terminal messages)
  2. Run docker compose exec dbfp yarn custom-build
  3. Navigate to http://localhost:8080
  4. Open your page inspector (and keep it open) so that you can bust the caching.
  5. When you need to rebuild the files (after adding/editing files in ./src/), it is best to run
    docker compose exec dbfp yarn custom-build
    in some cases, you may need to hard-reload your web browser when the custom-build finishes.