21 lines
283 B
Markdown
21 lines
283 B
Markdown
# aiprox
|
|
|
|
## getting started
|
|
|
|
Clone repo:
|
|
|
|
```bash
|
|
bun clone 'git+https://git.daemons.my/dab/aiprox.git'
|
|
```
|
|
|
|
Install backend dependencies:
|
|
|
|
```bash
|
|
cd aiprox/backend && bun install
|
|
````
|
|
|
|
Run server:
|
|
|
|
```bash
|
|
bun run aiprox/backend/index.js $PATH_TO_TEMPLATES $PATH_TO_PROVIDERS
|
|
```
|