Development Setup

Set up your development environment for contributing to Gconv Prune

Prerequisites

  • Node.js 18.x or later
  • npm 9.x or later
  • Git
  • Python 3.9 or later (for AI model development)

Getting Started

Clone the Repository

git clone https://github.com/yourusername/Gconv-Prune.git
cd Gconv-Prune
npm install

Development Tools

Required Tools

  • VS Code or your preferred IDE
  • Docker Desktop
  • Postman or similar API testing tool

Recommended Extensions

  • ESLint
  • Prettier
  • TypeScript
  • Docker

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.