Skip to content

termide/termide.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TermIDE Landing Page

Official landing page for TermIDE - a terminal-native IDE written in Rust.

Live Site

Local Development

Simply open index.html in a browser or use a local server:

# Python
python -m http.server 8000

# Node.js
npx serve

Structure

├── index.html          # English version
├── ru/index.html       # Russian version
├── css/style.css       # Retro-futuristic styles
├── js/main.js          # Interactions
└── assets/             # Images and logo

License

MIT

Contributors