Skip to content

mbernier/vibecoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vibecoding

Open source knowledge base for the vibecoding community. Learn AI-assisted coding, prompting strategies, and collaborative development practices.

Quick Start

View the Documentation

Visit the live documentation at: vibecoding-navy.vercel.app

Run Locally

# Clone the repository
git clone https://github.com/mbernier/vibecoding.git
cd vibecoding

# Create and activate a virtual environment
python3 -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate

# Install dependencies
pip install -r requirements.txt

# Start the development server
mkdocs serve

Open http://localhost:8000 to view the documentation.

Build for Production

mkdocs build

The static site will be generated in the site/ directory.

Project Structure

vibecoding/
├── docs/                    # Documentation source files
│   ├── index.md            # Home page
│   ├── getting-started/    # Getting started guides
│   ├── guides/             # In-depth guides
│   ├── community/          # Community resources
│   └── faq.md             # Frequently asked questions
├── mkdocs.yml              # MkDocs configuration
├── requirements.txt        # Python dependencies
└── README.md              # This file

Contributing

We welcome contributions from the community! See Contributing Guide for details.

Quick Contribution

  1. Fork this repository
  2. Make your changes in the docs/ directory
  3. Submit a pull request

License

See LICENSE for details.

Community

About

vibecoding info, resources, how to s, docs, and other things

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages