fresh zerver commit

This commit is contained in:
Nathan Anderson
2023-07-21 17:51:33 -06:00
commit a03e0259da
67 changed files with 284521 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Dependencies
Run the following inside the folder `zerver/src/.deps`
```sh
git clone git@github.com:rofrol/zig-postgres.git
git clone git@github.com:karlseguin/http.zig.git
git clone git@github.com:karlseguin/websocket.zig.git
```
To build and run the server while developing, run
```sh
zig build run
```