Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 2.41 KB

File metadata and controls

57 lines (38 loc) · 2.41 KB

Klaviyo (Laioutr App)

npm version npm downloads License Nuxt

Integrate Klaviyo into your Laioutr project.

See laioutr.com for more information about Laioutr.

Features

Implements the following canonical actions:

Quick Setup

Before installing dependencies, you need to create a copy of the .npmrc.config file called .npmrc and fill in the NPM_LAIOUTR_TOKEN with your npm token. You can find this token in your project settings.

  • pnpm i
  • npx @laioutr/cli project fetch-rc -p <organization slug>/<project slug> -s <project secret key> - This will load the laioutrrc.json file with the current remote project configuration.
  • pnpm dev:prepare
  • pnpm orchestr-dev

That's it! You can now use Klaviyo in your Laioutr Frontend

You can find a thorough guide on getting started with Laioutr development in our developer guide.

Publishing

To publish a new version, run pnpm release. This will:

  • Run the tests
  • Update the changelog
  • Publish the package to npmjs.org
  • Push the changes to the repository

Contribution

Follow the setup guide to get started.