Skip to content

Zenika/apps.zenika.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published