Skip to main content

For New Coders

Tip: If you're completely new to coding, take your time with each step. There's no rush — Caret is here to guide you!

Getting Started

Before you jump into coding, make sure you have these essentials ready:

1. VS Code

A popular, free, and powerful code editor.

Recommended YouTube Tutorial: How to Install VS Code

Pro Tip: Install VS Code in your Applications folder (macOS) or Program Files (Windows) for easy access from your dock or start menu.

2. Organize Your Projects

Create a dedicated folder named Caret in your Documents folder for all your coding projects:

  • macOS: /Users/[your-username]/Documents/Caret
  • Windows: C:\Users\[your-username]\Documents\Caret

Inside your Caret folder, structure projects clearly:

  • Documents/Caret/workout-app (e.g., for a fitness tracking app)
  • Documents/Caret/portfolio-website (e.g., to showcase your work)

Tip: Keeping your projects organized from the start will save you time and confusion later!

3. Install the Caret VS Code Extension

Enhance your coding workflow by installing the Caret extension directly within VS Code:

  • Get Started with Caret Extension Tutorial

Recommended YouTube Tutorial: How To Install Extensions in VS Code

Pro Tip: After installing, reload VS Code to ensure the extension is activated properly.

4. Essential Development Tools

Basic software required for coding efficiently:

  • Homebrew (macOS)
  • Node.js
  • Git

Follow our detailed guide on Installing Essential Development Tools with step-by-step help from Caret.

Recommended YouTube Tutorials for Manual Installation:

Note: If you run into permission issues during installation, try running your terminal or command prompt as an administrator.

You're all set! Dive in and start coding smarter and faster with Caret.