Tools and configs for Foundry's Search
- Info tbd!
We use bun as a package manager and runtime. Ensure it is first installed, and run the following after cloning the repo.
bun install
To run the dev server, you will need a BUNGIE_API_KEY
in your .env
Then, run
bun run dev
To build the package for production, run
bun run build