An open API service indexing awesome lists of open source software.

https://github.com/psu-libraries/dbfp-awfam


https://github.com/psu-libraries/dbfp-awfam

dbfp

Last synced: 3 months ago
JSON representation

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.