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
Fork the repository on GitHub
Clone your fork locally
Install dependencies with npm install
Create a new branch for your changes
Make your changes
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