--- title: VS Code Web emoji: ๐Ÿ–ฅ๏ธ colorFrom: blue colorTo: indigo sdk: docker pinned: false license: mit --- # ๐Ÿ–ฅ๏ธ VS Code in Browser (code-server) This Space runs a browser-based version of **Visual Studio Code** using [`code-server`](https://github.com/coder/code-server), without password protection. ## ๐Ÿ“ Workspace - Default working directory: `/home/coder/animesh` - You can open the terminal in VS Code to run and install anything. ## ๐Ÿงฐ Preinstalled - **Python 3** (`python3`, `pip3`) - **Node.js 18+** (`node`, `npm`) ## ๐Ÿš€ Getting Started Once the Space is running, click **โ€œOpen in new tabโ€** to start working inside VS Code directly in your browser โ€” no login or password needed. Use the built-in terminal for installing packages or running commands: ```bash pip install npm install