To run this project, you need to have:
To start the project for the first time:
makeTo generate build assets:
nvm use
npm clean-install
npx encore dev- Open
https://localhost:8443in your browser. - Open
https://localhost:8425in your browser to access Mailpit.
To log in to the user panel for the first time, change the password of the admin user:
make ssh
console sonata:user:change-password admin <password>To use xDebug, after the initial make, you can run:
make up-debugAnd you will only restart the app container with the xDebug enabled, to disable it again, run
make up again.
To run the application in production mode:
make prodRemember to run make dev when you finish working on the project in prod mode.
Please refer to CONTRIBUTING for information on how to contribute to the Archetype and its related projects.