Closed CarlosLint closed 11 months ago
You need to use the make command.
To generate the production binaries use:
make
To run in the developer mode use:
make dev
Don't forget to do a git pull
, a lot of code is being added/modified daily.
After starting the instance, don't forget to call the API to start the relay. I'm currently doing this via curl, but it will become a command soon.
curl -X GET http://localhost:2201/api/action/enable-ws-stream
Cloned the latest version of the repository as of today (12/14/2023)
This is the output after running go run main.go: go: downloading golang.org/x/term v0.15.0 go: downloading golang.org/x/sys v0.15.0 assets/embed.go:10:25: pattern *.min.js: no matching files found
Here's a screenshot for better visualization as well.