diff --git a/README.md b/README.md index 8584f9a753..37dc75831d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ .
-Open-source and self-hostable alternative to Airplane, Pipedream, Superblocks and a simplified Temporal with autogenerated UIs to trigger flows and scripts as internal apps. Convert code to no-code modules and, if the auto-generated UI is not sufficient, use it solely as an highly scalable backend layer. Add automation to your product or build your own no-code tool and delegate the core layer to Windmill +Open-source and self-hostable alternative to Airplane, Pipedream, Superblocks and a simplified Temporal with autogenerated UIs to trigger flows and scripts as internal apps. Convert code to no-code modules and, if the auto-generated UI is not sufficient, use it solely as an highly scalable backend layer. Add automation to your product or build your own no-code tool and delegate the core layer to Windmill. The script languages supported are: Python, Typescript and Go. .
@@ -62,7 +62,7 @@ Windmill is fully open-sourced: ## What is the general idea behind Windmill -1. Define a minimal and generic script in Python or Typescript that solve a +1. Define a minimal and generic script in Python, Typescript or Go that solves a specific task. Here sending an email with SMTP. The code can be defined in the provided Web IDE or synchronized with your own github repo:  @@ -243,7 +243,8 @@ with hot-code reloading. ### Backend + Frontend -See the [./frontend/README_DEV.md](./frontend/README_DEV.md) file for all running options. +See the [./frontend/README_DEV.md](./frontend/README_DEV.md) file for all +running options. 1. Create a Postgres Database for Windmill and create an admin role inside your Postgres setup.