Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,33 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🖥️
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
-
sdk:
|
| 7 |
-
sdk_version: 5.25.2
|
| 8 |
-
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: VS Code Web
|
| 3 |
emoji: 🖥️
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: docker
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# 🖥️ VS Code in Browser (code-server)
|
| 12 |
+
|
| 13 |
+
This Space runs a browser-based version of **Visual Studio Code** using [`code-server`](https://github.com/coder/code-server), without password protection.
|
| 14 |
+
|
| 15 |
+
## 📁 Workspace
|
| 16 |
+
|
| 17 |
+
- Default working directory: `/home/coder/animesh`
|
| 18 |
+
- You can open the terminal in VS Code to run and install anything.
|
| 19 |
+
|
| 20 |
+
## 🧰 Preinstalled
|
| 21 |
+
|
| 22 |
+
- **Python 3** (`python3`, `pip3`)
|
| 23 |
+
- **Node.js 18+** (`node`, `npm`)
|
| 24 |
+
|
| 25 |
+
## 🚀 Getting Started
|
| 26 |
+
|
| 27 |
+
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.
|
| 28 |
+
|
| 29 |
+
Use the built-in terminal for installing packages or running commands:
|
| 30 |
+
|
| 31 |
+
```bash
|
| 32 |
+
pip install <package>
|
| 33 |
+
npm install <package>
|