image_ai / README.md
shashwatIDR's picture
Update README.md
df35784 verified
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>