https://github.com/devflowinc/testing-scripts
https://github.com/devflowinc/testing-scripts
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devflowinc/testing-scripts
- Owner: devflowinc
- Created: 2024-08-06T04:07:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T08:39:59.000Z (10 months ago)
- Last Synced: 2025-06-22T05:17:06.684Z (4 days ago)
- Language: TypeScript
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-trieve
To install dependencies:
```bash
bun install
```To run:
```bash
bun run src/index.ts
```This project was created using `bun init` in bun v1.1.10. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.