Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ task backend:create-certs

# Start Docker containers for PostgreSQL and Redis
task backend:compose-up

# If it is the first time you are running the backend, you need to add mock data to the database.
# By default it adds `michael@dundermifflin.com` and `dwight@dundermifflin.com` users.
task backend:add-mock-data
```

After the initial setup, **start the backend with the local LiveKit server**:
Expand All @@ -28,9 +32,6 @@ You can change the server's configuration in the `backend/env-files/.env.local`
task dev-server
```

On your initial run, you can add mock data test users to the database, by default it adds `michael@dundermifflin.com` and `dwight@dundermifflin.com`.


## Tauri App Development

Then you can start the Tauri desktop application:
Expand Down
90 changes: 0 additions & 90 deletions tauri/DEVELOPMENT.md

This file was deleted.