Spaces:
				
			
			
	
			
			
		Build error
		
	
	
	
			
			
	
	
	
	
		
		
		Build error
		
	| 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> | |