updated readme

This commit is contained in:
Nick Yeoman 2024-04-17 21:41:50 -07:00
parent 3789f05ef4
commit 63a13453f9

View File

@ -18,14 +18,12 @@ rm nysymfony
cd YOUR_PROJECT_NAME
```
The next steps to take would be:
## Get Started
1. Verify the ```.env``` and ```docker-compose.yml``` file
1. Set mailhog: MAILER_DSN=smtp://symfony-mailhog:1025
1. start docker ```sudo docker-compose up -d```
1. test at http://localhost:8000
1. [Create your controllers](https://git.4lt.ca/nick/symfony/src/branch/main/docs/Controller.md)
1. Run sass ```sass sass/project.sass public/css/main.css```
1. Verify the ```.env``` and ```docker-compose.yml``` file
1. Set mailhog: MAILER_DSN=smtp://symfony-mailhog:1025
1. [Create your security](https://git.4lt.ca/nick/symfony/src/branch/main/docs/Security.md)
# Currently supported and tested on