Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (24 loc) · 802 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 802 Bytes

service-gatekeeper

Gatekeeper Service

Prerequisites

Docker

Get Docker Desktop.

Rust

On MacOS using brew:

% brew install rust

Paperwork local development environment

Please refer to the documentation.

Building

Fetching all dependencies and compiling:

% make local-build-develop

Running

Note: Before starting this service the local development environment needs to be running!

% make local-run-develop