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: README.md
+14-6
Original file line number
Diff line number
Diff line change
@@ -31,19 +31,27 @@ To get EggCart up and running, follow these steps:
31
31
yarn install
32
32
```
33
33
34
-
3. Create a `.env` file in the root directory and add your Telegram Bot API key and other required environment variables.
35
-
36
-
3.1 updated approvedShoppers functionon line 114 (EggCart.js) with your process.env.user variable
34
+
3. Setup your postgres environment
35
+
36
+
4. Create a `.env` file in the root directory and add your Telegram Bot API key and other required environment variables, like the one on `template.env`
0 commit comments