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
Step 2: Enter the project directory and install dependencies
31
+
32
+
```bash
33
+
cd backend-blog-botcommands/
34
+
npm install
35
+
```
36
+
37
+
Step 3: Configure your `.env` file, and if you are using the `r-backups` CLI, also configure the `.r-backups` file (The example content is in `.env.template` and `.r-backups.template`)
0 commit comments