Contributing

Learn how to contribute to Nuxt Color Mode

Contributions are welcome! Here's how you can help improve Nuxt Color Mode.

Development Setup

  1. Clone the repository:
git clone https://github.com/nuxt-modules/color-mode.git
cd color-mode
  1. Install dependencies:
pnpm install
  1. Start the development server:
pnpm dev

This will start the playground at http://localhost:3000.

Project Structure

  • src/ - Module source code
  • playground/ - Test playground for development
  • docs/ - Documentation website
  • test/ - Test suite

Pull Requests

  1. Fork the repository
  2. Create a new branch for your feature or bugfix
  3. Make your changes
  4. Add tests if applicable
  5. Run the test suite: pnpm test
  6. Commit your changes following Conventional Commits
  7. Submit a pull request

Issues

Found a bug or have a feature request? Please open an issue on GitHub.