As a service
Import this service in your project, as a standalone container or a Go embedded service.
The AI-Powered tool to generate story schematics.
# Pipx
pipx install podman-compose
# Brew
brew install podman-compose
Make
# Debian / Ubuntu
sudo apt-get install build-essential
# macOS
brew install make
For Windows, you can use Make for Windows
Create a .envrc
file from the template:
cp .envrc.template .envrc
Then fill the missing secret variables. Once your file is ready:
source .envrc
You may use tools such as direnv, otherwise you'll need to source the env file on each new terminal session.
Install the external dependencies:
make install
make run-infra
# To turn down:
# make run-infra-down
You may skip this step if you already have the global infrastructure running.
make run-api