Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 506 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (28 loc) · 506 Bytes

Contributing

Prerequisites

Getting started

git clone https://github.com/leroyguillaume/simpaas
cd simpaas
pre-commit install

How to build

cargo build

How to test

cargo test

How to run

You need to have a local Kubernetes cluster (as K3S, Minikube, kind...).

API

cargo run --package simpaas-api

Operator

cargo run --package simpaas-operator