Create sophisticated WordPress websites with advanced blocks, motion effects, and powerful extensions.
Website Documentation WordPress Plugin Pro Version
Ghost Kit enhances the WordPress editing experience with a comprehensive collection of blocks and extensions. Key features:
- 🧱 25+ Advanced Blocks
- ⚡ Motion Effects & Animations
- 🎨 Typography & Color Customization
- 📱 Responsive Design Tools
- 🛠️ Extended Core Blocks
- 📝 Rich Content Formatting
- PHP >= 7.2
- Node.js >= 18.0
- Composer >= 2.0
- Clone the repository
- Install dependencies:
npm install
# Start development with file watcher
npm run dev
# Build for development
npm run build
# Build for production (with zip file)
npm run build:prod
# Linting
npm run lint:php # Check PHP code
npm run lint:js # Check JavaScript code
npm run lint:css # Check CSS code
# Auto-fixing
npm run format:php # Fix PHP code
npm run format:js # Fix JavaScript code
npm run format:css # Fix CSS code
- Install Docker on your machine
- Start the server:
npm run env:start
- Run tests:
npm run test:e2e # End-to-end tests npm run test:unit # Unit tests
This project is licensed under the GPL-2.0-or-later License - see the LICENSE file for details.