filamentphp / demo

Source code for the demo.filamentphp.com website.
https://demo.filamentphp.com
MIT License
861 stars 420 forks source link

Add "Open in Codeanywhere" button to README.md #111

Open marko-baric-ca opened 1 month ago

marko-baric-ca commented 1 month ago

Codeanywhere is a cloud-based development environment that allows developers to open the repo and code in the browser-bassed IDE. It supports a wide range of programming languages, enabling users to work directly within their browser without needing a local setup. With its flexibility and Github integration, it streamlines remote development workflows for individuals and teams.

This PR is adding "Open in Codeanywhere" button to the Readme file. Clicking the button opens the repo in Codeanywhere IDE with a dedicated workspace container running and allows users to start coding in minutes.

This is the same functionality as opening in Gitpod button that is already in the Readme, but with Codeanywhere, which is the same type of platform.