Spaces:
Build error
Build error
File size: 845 Bytes
28197c7 df35784 f609b4a df35784 28197c7 df35784 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
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 <package>
npm install <package>
|