shashwatIDR commited on
Commit
df35784
·
verified ·
1 Parent(s): 197e001

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -7
README.md CHANGED
@@ -1,13 +1,33 @@
1
  ---
2
- title: FLUX.1 [dev]
3
  emoji: 🖥️
4
- colorFrom: yellow
5
- colorTo: pink
6
- sdk: gradio
7
- sdk_version: 5.25.2
8
- app_file: app.py
9
  pinned: false
10
  license: mit
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>