This is a template for a Snowplow accelerator. Instructions on set up can be viewed here
Recursively update the git submodules:
git submodule update --init --recursiveTo build the Hugo app:
./scripts/build.sh buildTo start an HTTP server serving the app, use:
./scripts/build.sh serveThis will run hugo server on the background.