Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 840 Bytes

File metadata and controls

12 lines (9 loc) · 840 Bytes

Explorer Database

A Pocketbase (SQLite) database used by the Orcfax Explorer and the Orcfax Explorer Index.

Local Development

  1. Clone this repository
  2. Get a local version of PocketBase running on your machine by following the docs
  3. Setup base collections in pocketbase (will be included in repo soon)
  4. Create an .env file in the root of the project based on the .env.example file
  5. Add the DB_EMAIL, and DB_PASSWORD, values to the .env file which are the email and password you chose for the the admin of your local Pocketbase instance (DB_HOST can remain the same as in the .env.example).
  6. Run docker-compose up --build to build the Docker image and start the development container