Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 757 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 757 Bytes

apps.zenika.com

A web page with links to our internal applications.

How to run locally

Serve the public folder using the web server of your choice.

For example:

  • using Node.js: npx serve public/.
  • using Python 3: python -m http.server --directory public/.

How to deploy

The main branch is automatically deployed to production.

To temporarily deploy another branch, on said branch, modify the filters of the deploy_prod job of the deploy_main workflow in .circleci/config.yml.

Why is public/resources/images/email_signature/zenika_logo.png not in img?

This is to preserve compatibility with current email signatures. It will only be able to be moved or removed once most signatures have been updated to another URL.