Thanks for contributing to Flexiwind.
- Report bugs with clear reproduction steps.
- Propose improvements to components and docs.
- Open pull requests for focused, reviewable changes.
- Install dependencies:
composer install
npm install- Prepare environment:
cp .env.example .env
php artisan key:generate- Run the app:
composer devRun these before opening a PR:
php artisan test
npm run build- Keep PRs scoped to one concern.
- Include screenshots for UI changes.
- Update docs when behavior changes.
- Reference related issues in the PR description.
Use clear, imperative commit messages, for example:
docs: clarify theme token usagefix: add missing sidebar code snippet key
By participating, you agree to follow the Code of Conduct in CODE_OF_CONDUCT.md.