Skip to content

Commit

Permalink
update ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrir committed Oct 21, 2024
1 parent 20bc6d1 commit 11d973b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ cd onlinefondet
npm install
```

or

```bash
yarn install
```

### 3. Set up environment variables

#### Create `.env` file:
Expand All @@ -37,3 +31,4 @@ cp .env.template .env
- **SUPABASE_ANEXT_SUPABASE_ANON_KEYNON_KEY**: The public anonymous key for interacting with the Supabase API. You can find this in the Supabase dashboard under Settings -> API.
- **SUPABASE_SERVICE_KEY**: The service role key for your Supabase project, which allows access to more sensitive operations like inserting or modifying data with elevated permissions.
- **DATABASE_URL**: The connection string to your database.
- **ADMIN_EMAILS**: Admin emails, a string seperated by commas

0 comments on commit 11d973b

Please sign in to comment.