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: