Skip to content
Merged
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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ cd ontos
cd src/frontend
yarn install

# Copy and configure environment
cd ../..
# Copy and configure backend environment
cd ../../src/backend
cp .env.example .env
# Edit .env with your configuration
```
Expand All @@ -81,6 +81,7 @@ yarn dev:frontend
**Terminal 2 - Backend:**
```bash
cd src
mkdir backend/static
hatch -e dev run dev-backend
```

Expand Down