https://github.com/psu-libraries/dbfp-tsc
The Spanish Curate, a book within the Beaumont and Fletcher collection Comedies and Tragedies
https://github.com/psu-libraries/dbfp-tsc
appint-team dbfp
Last synced: 5 months ago
JSON representation
The Spanish Curate, a book within the Beaumont and Fletcher collection Comedies and Tragedies
- Host: GitHub
- URL: https://github.com/psu-libraries/dbfp-tsc
- Owner: psu-libraries
- License: apache-2.0
- Created: 2022-05-05T00:23:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T20:10:17.000Z (over 1 year ago)
- Last Synced: 2025-01-08T21:37:32.316Z (over 1 year ago)
- Topics: appint-team, dbfp
- Language: CSS
- Homepage:
- Size: 28.7 MB
- Stars: 0
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)
1. Run `docker compose exec dbfp yarn custom-build`
1. Navigate to http://localhost:8080
1. Open your page inspector (and keep it open) so that you can bust the caching.
1. 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.