Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 1326df7

Browse files
committed
Update readme
1 parent 60f7d7e commit 1326df7

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ This starter configures a Next.js app for use with [Backengine](https://backengi
88

99
## How to use
1010

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.
1212
2. Run `npm install` to install dependencies
1313
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`)
1514

1615
## Code Generation
1716

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.
1918

logo.png

-3.08 KB
Loading

0 commit comments

Comments
 (0)