Typescript
Contributing
Preparing the environment
This project uses Bun for packaging and dependency management. Make sure you have the relevant dependencies.
curl -fsSL https://bun.sh/install | bashYou will also need a search database on Upstash.
Code Formatting
Run the following command to format code:
bun run fmtRunning tests
To run all the tests, make sure you have the relevant environment variables.
bun run test