Terminal Usage
The integrated terminal gives you full command-line access within Codeezly.
Opening the Terminal
Press Ctrl+` (backtick) or click the terminal icon in the bottom panel to open the terminal.
Features
- Multiple Terminals: Click the + icon to open additional terminal tabs.
- Split View: Split the terminal pane for side-by-side commands.
- Command History: Use the up/down arrow keys to navigate previous commands.
- Copy/Paste: Use
Ctrl+C/Ctrl+V(orCmd+C/Cmd+Von Mac).
Common Commands
npm install- Install dependenciesnpm run dev- Start development servernpm run build- Build for productiongit status- Check Git status
Environment
The terminal runs in a Linux environment with Node.js, Python, and common developer tools pre-installed.