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 --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.
You can find a list of all our live accelerators on the Snowplow Website.
We welcome all ideas, questions and contributions!
For support requests, please use our community support Discourse forum.
If you find a bug, please report an issue on GitHub.
The accelerator is Copyright 2023 Snowplow Analytics Ltd.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.