From d9a469a7bb40d98ccc949e23a6e52df8f22993cb Mon Sep 17 00:00:00 2001 From: mojafa Date: Tue, 11 Feb 2025 01:57:00 +0300 Subject: [PATCH] added open with codeanywhere badge to README file Signed-off-by: mojafa --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0487dba..ff39ff0 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,14 @@ It presents a space story full of new JavaScript programming challenges.
## ⌨️ Local Development -You can use GitHub Codespaces for online development: +You can use cloud development environments like **GitHub Codespaces**, **Gitpod**, and **Codeanywhere** for online development: + +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/cesarleaz/hackjs) + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/cesarleaz/hackjs) + +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/cesarleaz/hackjs) -[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/cesarleaz/hackjs) Or clone it for local development: