Setup Guide
Never coded before? No problem! Follow this guide step by step.
Step 1: Install Node.js (5 minutes)
What is Node.js? Software that lets you run JavaScript on your computer and powers your template.
How to install:
- Visit nodejs.org
- Click the big green button Download for [Your Computer]
- Open the downloaded file and follow the steps
Check it worked:
- Windows: Press
Win + R, typecmd, press Enter - Mac: Press
Cmd + Space, typeterminal, press Enter - Type:
node --version→ you should see something likev18.17.0
✅ Node.js is installed!
Step 2: Install a Code Editor (5 minutes)
What is a code editor? Think of it as Microsoft Word, but for writing code.
Install Visual Studio Code (free):
- Visit code.visualstudio.com
- Click Download for [Your Computer]
- Install like any other program
- Open it
✅ Ready to edit code!
Next Step
With Node.js and VS Code installed, you’re ready to run your template. Follow the Installation → guide to get your template running locally.
Need help? Email: support@capricorn.engineering
Last updated on