Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 638 Bytes

cleavr.md

File metadata and controls

33 lines (22 loc) · 638 Bytes

Cleavr

Deploy Nitro apps to Cleavr.

Preset: cleavr

:read-more{title="cleavr.io" to="https://cleavr.io"}

::note Integration with this provider is possible with zero configuration. ::

Set up your web app

In your project, set Nitro preset to cleavr.

export default {
  nitro: {
    preset: 'cleavr'
  }
}

Push changes to your code repository.

In your Cleavr panel:

  1. Provision a new server
  2. Add a website, selecting Nuxt 3 as the app type
  3. In web app > settings > Code Repo, point to your project's code repository

You're now all set to deploy your project!