Skip to content

Commit 5da37af

Browse files
author
Mofizur Rahman
committed
update server.md to remove .env doc
1 parent fef9e5c commit 5da37af

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docs/overview.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ This has a file structure as follows:
5151

5252
We will fill it out in the next few tutorials.
5353

54-
1. Build a backend server for a video conference app
55-
2. Build a preview page for the app
54+
1. Build a backend server
55+
2. Add a preview page for the app
5656
3. Start a video call
5757
4. Add call controls
5858
5. Add Screen Sharing

docs/server.md

-4
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,8 @@ If you don't already have it, [create your Video API account](https://tokbox.com
1717
npm init -y
1818
npm install opentok express dotenv
1919
touch index.js
20-
touch .env
2120
```
2221

23-
Populate the `.env` file with your `API_KEY` and `API_SECRET`. You can look at `.env.example` for an example.
24-
25-
2622
We will also install `nodemon` to automatically restart the server when we make changes.
2723

2824
```bash

0 commit comments

Comments
 (0)