Terminal

Access the integrated terminal to run commands, install packages, and manage your development environment.

Written By Samir Patel

Last updated 3 months ago

Overview: Built-in terminal for command-line access to project container. Run npm commands, install dependencies, execute builds, debug, view logs.

Location: Terminal panel at bottom of interface, toggle visibility, resize by dragging.

Common Commands: npm install, npm run dev, npm run build, npm test, git commands.

Features: Full shell access, command history (up/down arrows), copy/paste support, color-coded output, error highlighting.

Using Terminal: Type commands and press Enter, view output in real-time, errors in red, success in green, Ctrl+C to stop.

Troubleshooting: Command not found (check spelling), permission denied (some commands restricted), terminal frozen (click to focus, Ctrl+C to cancel).