Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 782 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 782 Bytes

Introduction

FestDispatcher permet de gérer facilement des bénévoles lors d'un festival.

Getting Started

Make sur your .env is configured then run :

composer install
yarn install
yarn encore dev
bin/console doctrine:database:create
bin/console doctrine:schema:update
bin/console doctrine:fixtures:load

One Line Update Command

Do the stuff above

bin/console app:update

Dev

# compile assets once
yarn encore dev

# or, recompile assets automatically when files change
yarn encore dev --watch

# on deploy, create a production build
yarn encore production

API

Documentattion : ../api/docs.json

Storm shortcuts

show intention = ALT + ENTER
reformat code = CRTL + ALT + L
move line up/down = MAJ + ALT + UP or DOWN