Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 575 Bytes

File metadata and controls

25 lines (16 loc) · 575 Bytes

InAndOut-Route-Service

Setup

This project uses git submodules for API modelling. To ensure the project builds correctly, initialize the submodules when cloning:

git clone --recurse-submodules <repo-url>

Alternatively, if you've already cloned the repository, run:

git submodule update --init --recursive

Build

To build the project, use the Gradle wrapper:

./gradlew build

It is recommended to install the Smithy CLI for diverse model checks and validation.