From 058fdf616ba0f3248a94f776828a08e4defda51f Mon Sep 17 00:00:00 2001 From: rodrigolemeprado <122892084+rodrigolemeprado@users.noreply.github.com> Date: Tue, 18 Feb 2025 09:03:32 -0800 Subject: [PATCH] delete README --- README.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 09c54afa69..0000000000 --- a/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# What is this? - -The github.dev web-based editor is a lightweight editing experience that runs entirely in your browser. You can navigate files and source code repositories from GitHub, and make and commit code changes. - -There are two ways to go directly to a VS Code environment in your browser and start coding: - -* Press the . key on any repository or pull request. -* Swap `.com` with `.dev` in the URL. For example, this repo https://github.com/github/dev becomes http://github.dev/github/dev - -Preview the gif below to get a quick demo of github.dev in action. - -![github dev](https://user-images.githubusercontent.com/856858/130119109-4769f2d7-9027-4bc4-a38c-10f297499e8f.gif) - -# Why? -It’s a quick way to edit and navigate code. It's especially useful if you want to edit multiple files at a time or take advantage of all the powerful code editing features of Visual Studio Code when making a quick change. For more information, see our [documentation](https://github.co/codespaces-editor-help).