Kubernetes powered PaaS that runs in your own cloud. https://porter.run

jusrhee bf000207df migrated icarus react graph + edge drawing 5 年 前
cmd 7ee14897b5 fix merge conflict 5 年 前
dashboard bf000207df migrated icarus react graph + edge drawing 5 年 前
docker 7cd0cdd41d fixed namespace bug 5 年 前
docs 7a6e922646 fixed api docs mixup 5 年 前
internal da9f8c90a8 update helm package tests 5 年 前
server 81031e47d0 added errors to docs 5 年 前
.air.toml e71b846b93 ignore dashboard in air.toml 5 年 前
.gitignore e00e0bbf39 gitignore yaml 5 年 前
README.md ef3f3705be dev environment setup 5 年 前
app 05a94f3c70 merge 5 年 前
docker-compose.dev.yaml 41a6969a7e updated docker compose dev 5 年 前
docker-compose.yaml 01ee288d31 Merge branch 'dev-environment' into login-integration 5 年 前
go.mod ed42672129 function for upgrade 5 年 前
go.sum da9f8c90a8 update helm package tests 5 年 前

README.md

Porter

For development:

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.