From 810301e70e90084488f5a082796c8cf5ce76bffa Mon Sep 17 00:00:00 2001 From: mojafa Date: Thu, 16 Jan 2025 17:22:55 +0300 Subject: [PATCH] add open with codeanywhere badge to readme file Signed-off-by: mojafa --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fac166d..60821f44 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,11 @@ Finally, Pluto hands back the URL of the Api Gateway, providing direct access to ## 🚀 Quick Start -Online Experience: [CodeSandbox](https://codesandbox.io) provides an online development environment. We have constructed Pluto templates in both [Python](https://codesandbox.io/p/devbox/github/pluto-lang/codesandbox/tree/main/python?file=/README.md) and [TypeScript](https://codesandbox.io/p/devbox/github/pluto-lang/codesandbox/tree/main/typescript?file=/README.md) languages on this platform, **allowing direct experience in the browser**. After opening the project template, creating your own project is as easy as clicking the Fork button in the top right corner. The environment is pre-equipped with AWS CLI, Pulumi, and Pluto's basic dependencies, adhering to the README for operations. +Online Experience:[CodeSandbox](https://codesandbox.io) offers an online development environmentwhere we've set up Pluto templates in both [Python](https://codesandbox.io/p/devbox/github/pluto-lang/codesandbox/tree/main/python?file=/README.md) and [TypeScript](https://codesandbox.io/p/devbox/github/pluto-lang/codesandbox/tree/main/typescript?file=/README.md). **This allows you to explore Pluto directly in your browser.** To create your own project, simply open the template and click the "Fork" button in the top right corner. The environment comes pre-configured with AWS CLI, Pulumi, and Pluto's basic dependencies, adhering to the README for operations. + +Alternatively, you can also enjoy an online development experience by clicking + +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/pluto-lang/pluto) Container Experience: We offer a container image `plutolang/pluto:latest` for application development, which contains essential dependencies like AWS CLI, Pulumi, and Pluto, along with Node.js 20.x and Python 3.10 environments pre-configured. If you are interested in developing only TypeScript applications, you can use the `plutolang/pluto:latest-typescript` image. You can partake in Pluto development within a container using the following command: