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
3 changes: 3 additions & 0 deletions apps/web/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Set to false to use the HTTP dataset API.
# Default behavior uses the mock API.
# VITE_USE_MOCK_API=false
12 changes: 12 additions & 0 deletions apps/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@ bun run typecheck # tsc --noEmit

---

## Dataset API mode

By default, the app uses the local mock dataset.

To use the HTTP API instead, create a `.env` file and set:

```env
VITE_USE_MOCK_API=false
```

---

## Ufazien Deployment

This project is configured for deployment to Ufazien Hosting.
Expand Down
Loading