This project is a rusme built with Symfony. It's designed as a learning tool for practicing asset mapper and Tailwind.
First, install all dependencies using Composer:
composer install
Next, start the database using Docker Compose in detached mode:
docker compose up -d
Then, start the Symfony development server:
symfony server:start -d
Visit http://localhost:8000 in your browser to see the application in action.
To build Tailwind, run this command :
symfony console tailwind:build
To watch Tailwind, run this command :
symfony console tailwind:build --watch