logo
Get in touch

Requirements

Before running the Sifo template, make sure the following tools are installed on your system.

RequirementMinimum VersionDownload
Node.js18.x or higherhttps://nodejs.org
npm / pnpm / yarnLatestIncluded with Node.js

Check that Node.js is installed

  1. Open your terminal:
    • On Windows: open PowerShell or Terminal
    • On macOS: open Terminal
  2. Type this command and press Enter:
node -v

If Node.js is installed correctly, the terminal will show something like:

v18.19.0

If you see an error like command not found, install Node.js from https://nodejs.org and then run the command again.

To make customization easier, we recommend:

  • Visual Studio Code — free code editor
  • A modern browser (Chrome, Edge, Firefox, Safari)

You will mainly use Visual Studio Code to open and edit the files in this project.

Basic skills you need

You do not need to be a developer. These basic skills are enough:

SkillDescription
Basic computer skillsOpen folders, copy files, and use the mouse and keyboard
Editing text filesChange text inside .ts, .tsx, .json, and .mdx files
Using a terminalPaste and run simple commands like npm install and npm run