client/themes/tyclipso/**
server/modules/rendering/html-tyclipso/**
Follow the instructions at https://docs.requarks.io/dev. Use the Visual Studio Code workflow to run the dev server.
In short:
- Open the project in Visual Studio Code, with the Dev Container extension installed
- Reopen the project in the dev-container
- In the dev container terminal, run
yarn dev
If you set this up for the first time, make sure to:
- Activate the custom theme (https://docs.requarks.io/en/dev/themes#activate-your-custom-theme)
- open adminer at http://localhost:3001/, fill in the credentials from
dev/containers/config.yml
- in the
settings
table in thetheming
row, set the theme name totyclipso
- Restart the dev container
- Merge
requarks/main
branch intotyclipso
, resolve merge conflicts if necessary - Run the dev containers, for more info checkout Setup dev environment section
- Check if the changes to the theme are still working as intended
- Create a new tag consisting of the following parts, e.g.
v2.5.297.1
- the official release version (e.g.
v2.5.297
) - minor version appendix
- Upload the merged commits and the new tag, a pipeline job will be started automatically to create a package of the new version