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 installDependency Installation
Using npm
npm installUsing yarn
yarn installUsing pnpm
pnpm installVerify Installation
After installation, verify everything is working correctly:
npm run devIf 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.
On this page
