https://github.com/devflowinc/trieve_law_example
https://github.com/devflowinc/trieve_law_example
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/devflowinc/trieve_law_example
- Owner: devflowinc
- Created: 2024-03-07T08:31:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-07T08:49:15.000Z (over 1 year ago)
- Last Synced: 2025-06-22T05:17:06.797Z (3 days ago)
- Language: TypeScript
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# law_example
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.30. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
To install bun:
```bash
curl -fsSL https://bun.sh/install | bash
```