0.0.3 • Published 9 months ago
@brian-ai/kamu-search v0.0.3
@brian-ai/kamu-search
To install dependencies:
bun installThis project was created using bun init in bun v1.1.34. Bun is a fast all-in-one JavaScript runtime.
Environment set up
cp .env.example .envPopulate the .env file with your own values.
Running the tests
To run the tests:
bun test --timeout 100000We use a high timeout because the tests are slow (on avg. 5~6 seconds, default timeout is 5 seconds).