|
|
||
|---|---|---|
| clients | ||
| tests | ||
| .env.example | ||
| .gitignore | ||
| README.md | ||
| bun.lock | ||
| index.ts | ||
| package.json | ||
| tsconfig.json | ||
README.md
natural-language-agreements
Prerequisites
This project depends on the alkahest repository, which must be cloned in the same parent directory.
Setup Instructions
- Clone both repositories in the same parent directory:
# Navigate to your projects directory
cd ~/Desktop # or your preferred location
# Clone the alkahest repository
git clone https://github.com/arkhai-io/alkahest.git
# Clone this repository
git clone https://github.com/arkhai-io/natural-language-agreements.git
# Your directory structure should look like:
# parent-directory/
# ├── alkahest/
# │ └── sdks/
# │ └── ts/
# └── natural-language-agreements/
- Install alkahest dependencies:
cd alkahest
bun install
cd ..
- Install this project's dependencies:
cd natural-language-agreements
bun install
Usage
To run:
bun run index.ts
Development
This project was created using bun init in bun v1.2.20. Bun is a fast all-in-one JavaScript runtime.