Skip to content

Service Story Schematics

The AI-Powered tool to generate story schematics.


Local development

Pre-requisites

Setup environment

Create a .envrc file from the template:

bash
cp .envrc.template .envrc

Then fill the missing secret variables. Once your file is ready:

bash
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:

bash
make install

Run infrastructure

bash
make run-infra
# To turn down:
# make run-infra-down

You may skip this step if you already have the global infrastructure running.

Et Voilà!

bash
make run-api