Skip to content

d2foundry/search

Repository files navigation

@d2foundry/search

Tools and configs for Foundry's Search

Keywords

  • Info tbd!

Getting Started

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

Building

To build the package for production, run

bun run build