Spaces:
Build error
Build error
metadata
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
, 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:
pip install <package>
npm install <package>