Setup portr client in local
The portr server is built using go for the backend and svelte for the portr inspector.
Requirements
- go (1.23+)
- node (20+)
- pnpm (9.15.0+)
- admin server
- tunnel server
Frontend setup
Installation
make installclient
Start the client
make runclient
Cli setup
Build the binary
make buildcli
Login 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