My website, built with:
- Symfony 7
- Asset Mapper
- Tailwind CSS
- PostgreSQL
- EasyAdminBundle
- Docker and Docker Compose
- FrankenPHP
- Symfony CLI
- Deployed with Coolify
- Symfony CLI
- Docker and Docker Compose
- PHP 8.3
- Clone the repository
- Create a
.env.local
file and configure the environment (if needed):
cp .env .env.local
- Install the environment and project
make install
Run the project:
make start