There is a live and a staging folder. If you are logged in as admin, the files will be loaded from the staging folder. If you are not logged in, the files will be loaded from the live folder.

This ensures that website visitors are not affected by changes or discrepancies during development.

During the development you use the command: npm run build-prod

If you want to publish the code use the command: npm run deploy-staging2live

Live/Staging Folderstructure

- live
- dist
- staging
- dist
- src
- libs (if necessary)
- scss
- ts