Contribute to VIBE CODED
Join our community and help build the future of vibe coding
Contributing Code
Help improve the platform by contributing code
Getting Started
- Fork the repository on GitHub
- Clone your fork locally
- Create a new branch for your feature or bugfix
- Make your changes and commit them
- Push your branch to your fork
- Open a pull request from your branch to the main repository
Development Setup
# Clone the repository
git clone https://github.com/yourusername/vibecoded.git
cd vibecoded
# Install dependencies
npm install
# Start the development server
npm run dev