Your personal tasks and notes assistant.
List of all tools used in this project. See makes/install.mk
First make sure you have all tools installed. You can verify this by running the following command:
make toolsIf all tools are present, you can initialize the project by running:
# This will:
#
# - enable corepack
# - setup hooks path
# - grant permission for direnv .envrc
# - install node modules
# - install go modules
# - pull docker images
# - install terraform modules
make initTo start the development environment, you can use:
make compose/upYou can see which ports are exposed by running:
make compose/portsThe setup uses docker compose to start all the necessary services with code hot reloading enabled.
You are ready to start developing.
You can get a list of all available commands and helpers by running:
make help