diff --git a/README.md b/README.md index 614dcb5..d237fe6 100644 --- a/README.md +++ b/README.md @@ -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