Skip to content

akosyakov/xterm-web-ide

 
 

Repository files navigation

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. It enables you to use IDEs like NeoVim, Emacs, Vim in a web browser.

xterm.js IDE

The IDE captured by @felladrin 🧡

Running the IDE

  1. Clone this repository
  2. Install dependencies
    yarn
  3. Compile and start the server
    PORT=3000 yarn start
  4. Open http://localhost:3000 in your browser

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 43.3%
  • JavaScript 25.9%
  • SCSS 22.0%
  • Dockerfile 3.9%
  • HTML 2.7%
  • Shell 2.2%