VIBE CODED Logo

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

  1. Fork the repository on GitHub
  2. Clone your fork locally
  3. Create a new branch for your feature or bugfix
  4. Make your changes and commit them
  5. Push your branch to your fork
  6. 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

Current Issues

Implement dark mode toggle persistence

Good first issue · Frontend

Add markdown editor for journal entries

Enhancement · Frontend

Implement user authentication with NextAuth

Feature · Backend