Development
- Clone the repo locally
- Run
pnpm installornpm install - Run
Composer install
Running the app
- Run
pnpm tw:watchto compile the tailwind css- You can use
pnpm tw:buildto build the tailwind css for production
- You can use
- Run
./bin/daleel build --show-errorsto build the app - Run
./bin/daleel serveto see the app in action (http://localhost:8000)
Running the tests
- Run
./bin/vendor/pestto run the tests - Run
./bin/vendor/pest --coverageto run the tests with coverage