Official landing page for TermIDE - a terminal-native IDE written in Rust.
- English: https://termide.github.io
- Russian: https://termide.github.io/ru/
Simply open index.html in a browser or use a local server:
# Python
python -m http.server 8000
# Node.js
npx serve├── index.html # English version
├── ru/index.html # Russian version
├── css/style.css # Retro-futuristic styles
├── js/main.js # Interactions
└── assets/ # Images and logo
MIT