Skip to content

Commit

Permalink
update install instructions for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
prasunanand committed Sep 3, 2024
1 parent 25200c3 commit 9804edb
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,29 @@ Inbuilt concurrency

## ⚡️ Quick start

Build the frontend
### Build the frontend

```
```bash
cd ./ui/
npm run build
```

Go to project home and start the server
### Install zeromq
On debian
```bash
sudo apt-get install libzmq3-dev
```

On mac
```zsh
brew install pkg-config
brew install zeromq
```


Go to project home and start the server

```bash
go run .
```
Go to `http://localhost:8888`
Expand Down

0 comments on commit 9804edb

Please sign in to comment.