# Porter For development: ```sh docker-compose -f docker-compose.dev.yaml up --build ``` And then visit `localhost:8080` in the browser. ### Testing From the root folder, run `go test ./...` to run all tests and ensure the builds/tests pass.