Management portal for UCL ARC services.
- Create
deploy/dev/oauth2-proxy.cfgfrom deploy/dev/oauth2-proxy.sample.cfg - Install the development prerequisites
- Spin up a development environment by running:
make devthen go to http://localhost:8000. To destroy it run make dev-destroy.
Contributions are very welcome. To suggest a change please:
- Fork this repository and create a branch.
- Run
pre-commit installto install pre-commit. - If not already present, install the prerequisites: node, go and oapi-codegen. Then run
cd web && npm install. - Modify, commit, push and open a pull request against
mainfor review.