RevTree
#7

Terminal basics

Setup and Deployment · Working

What is this skill?

Terminal basics involves understanding how to use the command line interface to navigate folders, run commands, and interact with the prototype kit. This is essential for starting, stopping, and managing your prototype.

Why is it important?

  • Run the kit – The terminal is how you start and stop your prototype
  • Install dependencies – NPM commands are run through the terminal
  • Navigate your project – Move between folders and find files quickly
  • Debug issues – Error messages appear in the terminal, helping you diagnose problems

Where to learn more