For New Coders
Tip: If coding is completely new to you, take each step slowly. There's no need to rush--Cline will guide you.
Getting Started
Before you begin coding, prepare the following essentials.
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) so it's easy to access from the Dock or Start menu.
2. Project Organization
Create a dedicated <BrandName /> folder inside your Documents folder for all coding projects.
- macOS:
/Users/[Your Name]/Documents/Careti - Windows:
C:\Users\[Your Name]\Documents\<BrandName />
Organize projects clearly inside the <BrandName /> folder.
Documents/Careti/workout-app(e.g., a fitness tracker app)Documents/Careti/portfolio-website(e.g., a portfolio site)
Tip: Organizing from the start saves time and confusion later.
3. Install the Careti VS Code Extension
Install the Careti extension directly inside VS Code to enhance your workflow.
- Careti extension getting-started tutorial
Recommended YouTube tutorial: How to install VS Code extensions
Pro tip: After installing, reload VS Code to make sure the extension is fully activated.
4. Essential Development Tools
Basic software you'll need for efficient coding:
- Homebrew (macOS)
- Node.js
- Git
Follow Cline's step-by-step guide for installing essential dev tools.
Recommended YouTube tutorials for manual installs:
- For macOS:
- For Windows:
Note: If you run into permission issues during installation, try running Terminal or Command Prompt as Administrator.
You're all set! Start coding smarter and faster with Careti.