Meet the Terminal

Learn why one typed command can create and operate a project.

Meet the Terminal

The terminal is a text-based interface for giving commands to your computer. You type what you want, press enter, and the computer does it. That's the whole trick.

zsh — you talk, it obeys$bun create convex@latest✓ Project created✓ Convex + Clerk configured✓ Ready. Open it in Cursor.

One typed command can create an entire project. You'll use exactly this one later.