A fact-indexing service used by the Orcfax Fact Explorer that serves as a flexible proxy-database-server for all published Fact Statements.
- Clone this repository
- Get a local version of PocketBase running on your machine by following the docs
- Setup base collections in pocketbase (will be included in repo soon)
- Create an
.envfile in the root of the project based on the.env.examplefile - Add the
DB_EMAIL, andDB_PASSWORD, values to the.envfile which are the email and password you chose for the the admin of your local Pocketbase instance (DB_HOSTcan remain the same as in the.env.example). - Run
docker-compose up --buildto build the Docker image and start the development container