Documentation Index
Fetch the complete documentation index at: https://docs.getcodewolf.com/llms.txt
Use this file to discover all available pages before exploring further.
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.