-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
37eb8fb
commit 1acd574
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Symfony with Tailwind and Twig Components | ||
|
||
This project is a demonstration of using Tailwind CSS with Twig Components in a Symfony project. | ||
|
||
## Prerequisites | ||
|
||
- Docker | ||
- Make | ||
|
||
## Starting the project | ||
|
||
1. Clone the repository: | ||
|
||
```bash | ||
git clone https://github.com/ErwannRousseau/symfony-docker | ||
cd symfony-docker | ||
``` | ||
|
||
2. Build and start the Docker containers: | ||
|
||
```bash | ||
make start | ||
``` | ||
|
||
3. Access the application in your browser at [https://app.localhost](https://app.localhost). | ||
|
||
### Docker | ||
|
||
This project is based on Docker with frankenphp. | ||
You can find more information on this repo: [dunglas/symfony-docker: A Docker-based installer and runtime for Symfony. Install: download and `docker compose up`.](https://github.com/dunglas/symfony-docker) |