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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,13 @@ Enter into the root directory.
31
31
```bash
32
32
cd devhub
33
33
```
34
+
You can use `setup.bat` to automate the installation and running process of the webapp. (make sure to make `.env` in server and populate it with the data)
35
+
36
+
```bash
37
+
./setup.bat
38
+
```
39
+
### Manual Installation
40
+
34
41
Open two terminal for server and client and enter into the directories.
0 commit comments