Prerequisites
Make sure you have:- Node.js (v18 or higher recommended)
- npm installed
- A Hugging Face account (for LLM access)
Clone the repository
Configure environment variables
.env file:
Install dependencies
Start the server
http://localhost:3000.
Development Setup
At this point, you have a local development instance running. At this stage:- The app is running locally for development and testing
- GitHub integration is not configured yet
- No webhook events or PR reviews will be processed yet
Next steps
You’re now ready to start developing on CodeWolf locally.