Sync, Segment, and Send your Product Data Everywhere
Focus on building your core product, not integrating with 3rd-party tools. Learn more at www.grouparoo.com
This is the Grouparoo Monorepo, containing the source code for
@grouparoo/core
and many plugins. If you are looking for an example about how to run or deploy Grouparoo, please visit https://github.com/grouparoo/app-example
This is an abbreviated version of the "Grouparoo Installation Guide". The full version can be found here.
Use the Grouparoo CLI to initialize a new Grouparoo Project:
# Assuming you have node.js v12+ installed
npm install -g grouparoo
grouparoo init .
grouparoo start
This will generate a package.json
, config
directory, and .env
file for configuration.
๐ฆ
Generated using TypeDoc