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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Code Inbox is committed to providing developers with a developer-friendly code b
40
40
41
41
### Getting Started Locally with PNPM
42
42
43
-
> **Please Note:**<br>
43
+
> **Note**<br>
44
44
Ensure that you have [`pnpm`](https://pnpm.io/installation) installed on your local machine before proceeding.
45
45
46
46
1.**Fork/Clone the Repository:**
@@ -79,6 +79,10 @@ To deploy the client, you will need to set the following environment variable th
79
79
* VITE_SERVER_URL - Your deployed server APIs url.
80
80
```
81
81
82
+
### Deploy locally with Compose v2
83
+
84
+
Navigate to [the server repository](https://github.com/coder-inbox/code-inbox-server) and follow the instructions listed in [the readme file](https://github.com/coder-inbox/code-inbox-server#installation-with-make) to run both the client and the server in docker containers.
0 commit comments