This document describes setting up your development environment to build and test this project.
Install the following software
List all commands
just
Install tools and dependencies
just install
Lint project
just lint
Run tests
just test
Create hosts locally
just up
Create and configure hosts locally
just run
Log in to a locally created host using just login <HOST>
, replacing <HOST>
with the name of the host you want to access
just login server-pi
Remove locally created hosts
just down
Clean generated files
just clean