- Do a
composer install
in your terminal to install dependencies. Fill in the database informations correctly. - Do a
php bin/symfony_requirements
to verify your environment; if all is green, it's a good sign. - Do a
php bin/console doctrine:database:create
to create the database. - Do a
php bin/console doctrine:schema:update --force
to fill database. - Do
php bin/console server:run
to start server 🙌
https://gitmoji.carloscuesta.me
- Run npm install
- Run gulp sass:watch