Skip to Content
Browse all templates at capricorn.build →

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:

  1. Visit nodejs.org 
  2. Click the big green button Download for [Your Computer]
  3. Open the downloaded file and follow the steps

Check it worked:

  • Windows: Press Win + R, type cmd, press Enter
  • Mac: Press Cmd + Space, type terminal, press Enter
  • Type: node --version → you should see something like v18.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):

  1. Visit code.visualstudio.com 
  2. Click Download for [Your Computer]
  3. Install like any other program
  4. 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