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.
The IDE captured by @felladrin 🧡
- Clone this repository
- Install dependencies
yarn
- Compile and start the server
PORT=3000 yarn start
- Open http://localhost:3000 in your browser