From d3e2478818139250c6d4b87adaa8385e0ee7293f Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:00:38 +0100 Subject: [PATCH] Add "Open with Codeanywhere" badge to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0c06b73f0..6de74a09d 100644 --- a/README.md +++ b/README.md @@ -384,6 +384,8 @@ NodeJS >= 18, Docker >= 20 [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Yidadaa/ChatGPT-Next-Web) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web) + Before starting development, you must create a new `.env.local` file at project root, and place your api key into it: ```