Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tosoham authored Jan 21, 2025
1 parent d55590d commit d256b08
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,19 @@ The application's architecture follows a multi-agent design, where each agent sp
```
2. Navigate to the project directory:
```
cd starkfinder
cd StarkFinder
```
3. Install the dependencies:
```
cd client
npm install
cd ..
cd tg_bot
npm install
```
4. Set up the database:
4. Set up the database (both into `client` and `tg_bot` directories):
```
npx prisma generate
npx prisma migrate dev
```
5. Start the development server:
Expand Down

0 comments on commit d256b08

Please sign in to comment.