FORGE Header

Quickstart

Installation

Detailed installation guide for different environments

System Requirements

Minimum Requirements

  • • Node.js 22.0.0 or higher
  • • 4GB RAM minimum (8GB recommended)
  • • 500MB free disk space
  • • Modern web browser (Chrome, Firefox, Edge, Safari)

Installation Methods

Installation

Contact us for installation instructions and access.

# Setup instructions provided upon access
cd forge
npm install

Dependency Installation

Using npm

npm install

Using yarn

yarn install

Using pnpm

pnpm install

Verify Installation

After installation, verify everything is working correctly:

npm run dev

If successful, you should see output indicating the server is running on http://localhost:3000

Troubleshooting

Node Version Issues

If you encounter node version errors, ensure you're using Node.js 22+ with node --version

Dependency Conflicts

Try removing node_modules and package-lock.json, then reinstall.