install getkirby
composer create-project getkirby/plainkit your-project
Here is what the above code is Doing:
1. It’s creating a new folder called “your-project”
2. It’s downloading the latest version of Kirby into that folder
3. It’s installing all dependencies