Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,13 @@ Next, install the dependencies:
yarn install
```

After installing dependencies, copy the contents of both `.env.example` files in the root of the project, and in `apps/web` into `.env` and set the required values:
After installing dependencies, build the project:

```bash
yarn build
```

Then, copy the contents of both `.env.example` files in the root of the project, and in `apps/web` into `.env` and set the required values:

```bash
# The root `.env` file will be read by the LangGraph server for the agents.
Expand Down
3 changes: 1 addition & 2 deletions apps/agents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"clean": "rm -rf ./dist .turbo || true",
"format": "prettier --config .prettierrc --write \"src\"",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"postinstall": "yarn turbo build"
"lint:fix": "eslint src --fix"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.15",
Expand Down