You have just created a new Project based on this recipe. You should now be able to run your project locally by executing the following in the root directory:
npx ssdev serve
If you have difficulties with errors concerning modules, run
composer install
before serving the project.
If you have a running app, check these steps to customize the project:
- Rename the project in the
composer.json
file - Check the target php version in the following locations:
composer.json
file under theconfig.platform
key.github/workflows/tests.yml
for the phpunit job (we recommend to use the php version of your production server)
- Adapt/delete the workflows in
.github/workflows/tests.yml
to suit your needs - Adapt/delete the workflows in
.github/workflows/deploy.yml
to suit your needs - Create a favicon by following these steps:
- Place the desired logo/image in
app/client/files/favicon.png
- Update colors in
faviconDescription.json
to suit your needs - Run
npm run favicon
- Place the desired logo/image in
- update the
.chglog/config.yml
with your new repositrory URL and runnpm run release --next="1.0.0"
- Adapt the Theme to your needs
- Customize the Readme
- Adapt/delete the license
- Adapt/delete the contributing guide
- Adapt/delete the changelog
- Delete this checklist file