Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 329 Bytes

notes.md

File metadata and controls

22 lines (19 loc) · 329 Bytes

Installation

composer install
yarn install

Build frontend for demo app

yarn run encore dev
yarn run encore dev --watch
yarn run encore production

Run application

php bin/console server:start

Debug sending emails

python -m smtpd -n -c DebuggingServer localhost:1025