https://github.com/psu-libraries/dbfp-awfam
https://github.com/psu-libraries/dbfp-awfam
dbfp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/psu-libraries/dbfp-awfam
- Owner: psu-libraries
- Created: 2022-08-01T21:22:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T16:58:01.000Z (over 1 year ago)
- Last Synced: 2025-03-16T08:28:32.430Z (over 1 year ago)
- Topics: dbfp
- Language: CSS
- Size: 387 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dbfp-awfam
## 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.