Skip to main content
Before setting up SkyTeam ROBLOX, ensure you have the following software installed on your system.

Required Software

1

Node.js

Node.js 18.0.0 or later is required to run SkyTeam ROBLOX.Download from nodejs.org or use a version manager like nvm.
node --version
# Should output v18.0.0 or higher
2

pnpm Package Manager

SkyTeam uses pnpm 10.5.2 as its package manager for efficient workspace management.Install pnpm globally:
npm install -g [email protected]
Or use corepack (recommended):
corepack enable
corepack prepare [email protected] --activate
Verify installation:
pnpm --version
# Should output 10.5.2 or compatible version
3

PostgreSQL Database

PostgreSQL database server is required for data persistence.Options:
Ensure your PostgreSQL server is running and accessible before proceeding with installation.
4

Git (Optional)

Git is required if you’re cloning the repository from version control.Download from git-scm.com or install via your package manager.

System Requirements

Operating System

  • Linux (recommended)
  • macOS
  • Windows (with WSL2 recommended)

Hardware

  • RAM: 2GB minimum, 4GB+ recommended
  • Storage: 500MB for dependencies
  • CPU: Modern multi-core processor
A modern code editor with TypeScript support is recommended:
Docker is optional but recommended for containerized deployment:See the Docker Setup guide for more information.
If you plan to work on the ROBLOX MainModule:

TypeScript Version

SkyTeam uses TypeScript 5.3.3 for type safety across all packages. This is installed automatically with dependencies.

Next Steps

Once you have all prerequisites installed, proceed to the Installation Guide to set up the project.
Using incompatible versions of Node.js or pnpm may cause unexpected errors during installation or runtime.

Build docs developers (and LLMs) love