https://github.com/gitpod-io/xterm-web-ide
The xterm.js web IDE aka The Browser Terminal
https://github.com/gitpod-io/xterm-web-ide
Last synced: about 1 year ago
JSON representation
The xterm.js web IDE aka The Browser Terminal
- Host: GitHub
- URL: https://github.com/gitpod-io/xterm-web-ide
- Owner: gitpod-io
- License: agpl-3.0
- Created: 2023-02-14T17:43:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-14T22:00:39.000Z (over 1 year ago)
- Last Synced: 2025-03-29T11:34:32.708Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://www.gitpod.io/docs/references/ides-and-editors/browser-terminal
- Size: 830 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# xterm.js IDE
> **Warning**: Currently, this IDE is more of an experiment than a real project. It is not ready for production use.
This repository contains a web-based IDE built entirely on top of [xterm.js](https://xtermjs.org/). It enables you to use IDEs like NeoVim, Emacs, Vim in a web browser.
The IDE captured by @felladrin 🧡
## Running the IDE
1. Clone this repository
2. Install dependencies
```bash
yarn
```
3. Compile and start the server
```bash
PORT=3000 yarn start
```
4. Open [http://localhost:3000](http://localhost:3000) in your browser