Skip to main content

Contributing

Thank you for your interest in contributing to Apex!

Code of Conduct

Please read our Code of Conduct before contributing. We are committed to providing a welcoming and inclusive experience for everyone.

Getting Started

  1. Fork the repository on GitHub
  2. Clone your fork locally
  3. Install dependencies with npm install
  4. Create a new branch for your changes
  5. Make your changes
  6. Submit a pull request

Development Setup

Bash
# Clone the repository
git clone https://github.com/apexcss/apexcss.git

# Install dependencies
npm install

# Start development server
npm run dev

# Run tests
npm test

Pull Request Guidelines

  • Ensure your code follows our style guidelines
  • Write clear commit messages
  • Include tests for new features
  • Update documentation if needed
  • Link any related issues