An interface for Snowplow Micro.
Note: this flow is for developers only. If you want to use the UI, refer to the documentation for running Snowplow Micro.
- Clone the repo
- Run Micro
- Add the required environment variables. Run
cp .env.example .env.local
and then fill theNEXT_PUBLIC_MICRO_HOSTNAME
with your Micro hostname e.g.http://localhost:9090
- Run
npm install
and thennpm run dev
The UI will be available at http://localhost:3000/micro/ui
.
Copyright (c) 2023-present Snowplow Analytics Ltd. All rights reserved.
Licensed under the Snowplow Community License. (If you are uncertain how it applies to your use case, check our answers to frequently asked questions.)