Installation Guide
Step-by-step guide to install Gconv Prune
Prerequisites
Node.js 18.x or higher
npm 8.x or higher (or other package managers)
Git
Installation Steps
1. Clone Repository
git clone https://github.com/gconv/Gconv-Prune.git cd Gconv-Prune
2. Install Dependencies
# Using npm npm install # Using yarn yarn install # Using pnpm pnpm install
3. Configure Environment
Create a .env.local
file in the project root:
# API Configuration NEXT_PUBLIC_API_URL=https://api.gconvPrune.fun AI_MODEL=standard LANGUAGE=en # Optional Settings DEBUG_MODE=false ENABLE_ANALYTICS=true MAX_TOKENS=2048
4. Start Development Server
# Using npm npm run dev # Using yarn yarn dev # Using pnpm pnpm dev
The application will run at http://localhost:3000
Verify Installation
Checklist
Development Server
Verify that the application starts without errors
Environment Variables
Check that all required environment variables are set correctly
API Connection
Test API connectivity and authentication
Common Issues
Troubleshooting
Dependencies Installation Failed
Try clearing npm cache: npm cache clean --force
Environment Variables Not Loading
Restart the development server and ensure .env.local is in the correct location
API Connection Error
Check API URL configuration and network connectivity
Need Help?
If you encounter any issues during installation, check our troubleshooting guide or contact our support team.