Development Setup
Set up your development environment for Gconv Prune
Prerequisites
- Node.js 18.x or later
- npm 9.x or later
- Git
- Python 3.9 or later (for AI model development)
Development Tools
Required Tools
- VS Code or your preferred IDE
- Docker Desktop
- Postman or similar API testing tool
Recommended Extensions
- ESLint
- Prettier
- TypeScript
- Docker
Local Configuration
Create a .env.local file with the following variables:
NEXT_PUBLIC_API_URL=http://localhost:3000/api NEXT_PUBLIC_WEBSOCKET_URL=ws://localhost:3000 DATABASE_URL=postgresql://user:password@localhost:5432/gconv REDIS_URL=redis://localhost:6379
Development Scripts
Available npm scripts:
- npm run dev - Start development server
- npm run build - Build production bundle
- npm run test - Run tests
- npm run lint - Run linter
Need Help?
For development setup help, check our troubleshooting guide or contact our support team.