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
Copy file name to clipboardExpand all lines: examples/playground/README.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,6 @@ Install project dependencies using Yarn:
18
18
yarn
19
19
```
20
20
21
-
Create an `.env.local` file in the root of your project and add the following environment variables:
22
-
23
-
```env
24
-
NG_CLIENT_ID=your_client_id
25
-
NG_CLIENT_SECRET=your_client_secret
26
-
```
27
-
28
-
Make sure to replace `your_client_id` and `your_client_secret` with your real credentials. These variables are required for the project to function correctly.
29
-
30
21
## Running the Project
31
22
32
23
To start the development server, run the following command:
0 commit comments