Integrate Klaviyo into your Laioutr project.
See laioutr.com for more information about Laioutr.
Implements the following canonical actions:
newsletter/subscribeNewsletter registration action
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 inpx @laioutr/cli project fetch-rc -p <organization slug>/<project slug> -s <project secret key>- This will load thelaioutrrc.jsonfile with the current remote project configuration.pnpm dev:preparepnpm 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.
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
Follow the setup guide to get started.