Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Latest commit

 

History

History
41 lines (26 loc) · 1.12 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.12 KB

Presentium - Landing Page

This is the landing page for Presentium, available at presentium.ch. It is based on Nuxt UI Pro and Tailwind CSS.

Stack

Make sure to install the dependencies:

npm install

Development Server

Start the development server on http://localhost:3000:

npm run dev

Continuous Delivery

The landing page is deployed to GitHub Pages using GitHub Actions. The workflow is defined in .github/workflows/deploy.yml.

The production branch is the one that will be applied when modified.

The default branch therefore is dev, and the production branch is protected. When a change is ready to be deployed, a pull request should be made from dev to production.

Contributing

Please refer to the Contributing Guide before making a pull request.