Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 414 Bytes

DEVELOPMENT.md

File metadata and controls

23 lines (14 loc) · 414 Bytes

Node

Be sure you have node 14 on your machine. You can use NVM to easily switch versions.

Docker

Be sure you have docker on your machine.

Symfony

Be sure you have the Symfony binary on your machine.

 curl -sS https://get.symfony.com/cli/installer | bash 

Build assets

While developing your JS, you can use : yarn run watch

Then generate the final files and push it : yarn run build