high-five / liftoff
A launchpad for Craft CMS website development.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- craftcms/cms: ^5.0.0
- high-five/craft-hyperdrive: dev-main
- nystudio107/craft-vite: ^5.0
- vlucas/phpdotenv: ^5.4.0
Requires (Dev)
- craftcms/generator: ^2.0.0
- craftcms/phpstan: dev-main
- symplify/easy-coding-standard: ^12.6
- yiisoft/yii2-shell: ^2.0.3
README
From code to cosmos in seconds.
Liftoff is your launchpad for Craft CMS projects. Skip the countdown and head straight to orbit with a starter kit that’s ready to roll.
✨ Features
- Local development powered by DDEV
- Vite and Tailwind CSS based front-end build tooling.
🔧 Getting Started
1. Create a project
If you already have PHP and Composer running on your host machine, you can run the following command
composer create-project high-five/liftoff {PROJECT NAME} --ignore-platform-reqs
If you'd rather not set up PHP, you can create the project with a desposable Docker image (Thanks nystudio107).
docker run --rm -it -v "$PWD":/app -v ${COMPOSER_HOME:-$HOME/.composer}:/tmp composer create-project high-five/liftoff {PROJECT NAME} --ignore-platform-reqs
2. Start and install
Move into your project folder and run the following commands
make start make install
3. Launch
Run make launch
to open the project in your browser