https://github.com/psu-libraries/dbfp-tsv
The Sea Voyage, a book within the Beaumont and Fletcher collection Comedies and Tragedies
https://github.com/psu-libraries/dbfp-tsv
appint-team dbfp
Last synced: 10 months ago
JSON representation
The Sea Voyage, a book within the Beaumont and Fletcher collection Comedies and Tragedies
- Host: GitHub
- URL: https://github.com/psu-libraries/dbfp-tsv
- Owner: psu-libraries
- Created: 2021-05-26T18:56:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T18:40:38.000Z (over 1 year ago)
- Last Synced: 2025-03-29T01:34:14.165Z (over 1 year ago)
- Topics: appint-team, dbfp
- Language: CSS
- Homepage:
- Size: 543 KB
- Stars: 1
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dbfp-tsv
## 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.