From d34cf08bb456003655821832d3de4646a051b47b Mon Sep 17 00:00:00 2001 From: Daniel Pokorny Date: Mon, 3 Mar 2025 18:02:13 +0100 Subject: [PATCH] add quick deploy to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0f84e43..0dfb65f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # Kontent.ai Model Visualizer +### Quick Deploy on Netlify + +Clicking on the below button will guide you through the deployment process and also create a copy of the repository in your account. + +[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/kontent-ai/model-visualizer#NODE_VERSION=20&AWS_LAMBDA_JS_RUNTIME=nodejs20.x) + +The tool makes use of Netlify functions to invoke SDK methods. Deployment on other platforms requires adjustment to the API layer. \ No newline at end of file