You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,11 @@ This starter configures a Next.js app for use with [Backengine](https://backengi
8
8
9
9
## How to use
10
10
11
-
1. Rename `.env.example` to `.env` and update the values for `NEXT_PUBLIC_SUPABASE_URL` and `NEXT_PUBLIC_SUPABASE_ANON_KEY` from [your Supabase project's API settings](https://app.supabase.com/project/_/settings/api)
11
+
1. Rename `.env.example` to `.env` and update the values for the environment variables from your Backengine account.
12
12
2. Run `npm install` to install dependencies
13
13
3. Run `npm run dev` to start the local development server
14
-
4. Login to view your project overview page (default credentials are `admin@backengine.dev` and `password`)
15
14
16
15
## Code Generation
17
16
18
-
The `__backengine__` directory in the root of the project contains code auto-generated from your Backengine database schema.
17
+
The `__backengine__` directory in the root of the project contains code auto-generated from your Backengine database schema.
0 commit comments