From a685877e23f21b45d19f70508c474b92899fa2be Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Fri, 11 Oct 2024 15:27:04 +0200 Subject: [PATCH] Add manifest build instructions --- website/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/README.md b/website/README.md index f5db2a2db..8fa3012da 100644 --- a/website/README.md +++ b/website/README.md @@ -20,6 +20,14 @@ yarn install bun install ``` +## Build workflow manifest + +Build the workflow manifest file with + +```bash +python scripts/workflow_manifest.py +``` + ## Development Server Start the development server on `http://localhost:3000`: