This directory holds a web server with an API for creating and serving custom installers. It relies on a mysql database schema that is not open source, but could be easily inferred from the InstallerStore.
- Run
make web
from project root to add the templates to this directory - Ensure there is a dist folder at project root with a file in it.
mkdir -p dist
andtouch dist/file
. - Run
make build-cache
in this directory - Ensure vandoor skaffold is running
- Run
skaffold dev -f skaffold.yaml
from project root
- Run
npm run api-tests
in this directory once kurl is running locally