Setup portr client in local
The portr server is built using go for the backend and svelte for the portr inspector.
Requirements
- go (1.22+)
- node (16+)
- admin server
- tunnel server
Frontend setup
Installation
make installclientStart the client
make runclientCli setup
Build the binary
make buildcliLogin to the admin, copy your secret key and add it to client.dev.yaml.
Start the tunnel connection
./portr -c client.dev.yaml http 9999