diff --git a/.devcontainer/README.md b/.devcontainer/README.md index 17397c2..ac2a94f 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -6,6 +6,11 @@ You can seamlessly initiate your promptflow project development and start levera ## Use Github Codespaces Use codespaces to open promptflow repo, it will automatically build the dev containers environment and open promptflow with dev containers. You can just click: [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/microsoft/promptflow?quickstart=1) +## Use Codeanywhere +Use Codeanywhere to open the `promptflow` repository in a cloud-based development environment. This will set up the workspace and allow you to start coding immediately. Click below to launch: + +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/microsoft/promptflow) + ## Use local devcontainer Use vscode to open promptflow repo, and install vscode extension: Dev Containers and then open promptflow with dev containers. ![devcontainer](./devcontainers.png) diff --git a/README.md b/README.md index 0e15227..5df2dda 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ pf flow serve --source . --port 8080 --host localhost This will start the simple chat where you could ask the data in a natural language. Please remember that you pay for the LLM API. +### Develop in Codeanywhere + +Open this project in a Codeanywhere for development. + +Open in Codeanywhere + ## Data source The project uses [ClickHouse playground](https://play.clickhouse.com/play?user=play) as a data source, because it's