Skip to content

Commit c546736

Browse files
committed
Clarify that app runs on cloud, local dev is for frontend only
1 parent 5e2cf63 commit c546736

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,18 @@ supabase/
110110
├── functions/ Edge functions (trigger-followup, process-response)
111111
```
112112

113-
## Running Locally
113+
## Usage
114+
115+
The app runs at **[safetynett.lovable.app](https://safetynett.lovable.app)**. All backend logic (auth, database, edge functions, email dispatch) runs on Supabase Cloud — there is no self-hosted mode.
116+
117+
For local development (modifying the frontend):
114118

115119
```bash
116120
npm install
117121
npm run dev
118122
```
119123

120-
Requires `.env` — see `.env.example`.
124+
Requires `.env` with Supabase and OpenMail credentials pointing to the cloud instance — see `.env.example`.
121125

122126
## Limitations
123127

0 commit comments

Comments
 (0)