This accelerator guides the user through setting up Snowplow tracking in mobile apps. It also introduces the Snowplow dbt mobile data model.
Recursively update the git submodules:
git submodule update --init --recursive
To build the Hugo app:
./scripts/run.sh build
To start an HTTP server serving the app, use:
./scripts/run.sh serve
This will run hugo server
on the background.