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