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
2 changes: 1 addition & 1 deletion mindtrace/apps/mindtrace/apps/poseidon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ uv sync
### 3. Start the Reflex app

```bash
cd mindtrace/ui/mindtrace/ui/poseidon
cd mindtrace/apps/mindtrace/apps/poseidon
uv run reflex run
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This directory contains the database seeding functionality for MindTrace. The se
Run the standalone script from the poseidon directory:

```bash
cd mindtrace/ui/mindtrace/ui/poseidon
cd mindtrace/apps/mindtrace/apps/poseidon
python seed_db.py
```

Expand All @@ -40,7 +40,7 @@ asyncio.run(reset_and_seed())
### Option 3: Command Line Module

```bash
cd mindtrace/ui/mindtrace/ui/poseidon
cd mindtrace/apps/mindtrace/apps/poseidon
python -m poseidon.backend.database.seed
```

Expand Down
Loading