This is the landing page for Presentium, available at presentium.ch. It is based on Nuxt UI Pro and Tailwind CSS.
Make sure to install the dependencies:
npm install
Start the development server on http://localhost:3000
:
npm run dev
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
.
Please refer to the Contributing Guide before making a pull request.