php >= v8.3 node >= v20 composer >= 2.6
- HTTPS
git clone https://github.com/THYLTECH/Ticketack.git- SSH
git clone https://github.com/THYLTECH/Ticketack.gitcomposer installnpm installcp .env.example .envphp artisan key:generatephp artisan migratephp artisan servenpm run devphp artisan queue:workEvery feature needs its own branch, never push on develop itself, always do PR from a feature branch to the develop and assign one of the technical engineer for a Code Review. Don't forget to tag improvements, on minor feature = 0.0.X, X is incremented, the v0.1.0 will mark the end of the starter kit when the real development of the application will begin.