Contributing
Learn how to contribute to Nuxt Color Mode
Contributions are welcome! Here's how you can help improve Nuxt Color Mode.
Development Setup
- Clone the repository:
git clone https://github.com/nuxt-modules/color-mode.git
cd color-mode
- Install dependencies:
pnpm install
- Start the development server:
pnpm dev
This will start the playground at http://localhost:3000.
Project Structure
src/- Module source codeplayground/- Test playground for developmentdocs/- Documentation websitetest/- Test suite
Pull Requests
- Fork the repository
- Create a new branch for your feature or bugfix
- Make your changes
- Add tests if applicable
- Run the test suite:
pnpm test - Commit your changes following Conventional Commits
- Submit a pull request
Issues
Found a bug or have a feature request? Please open an issue on GitHub.