https://github.com/snowplow-archive/consent-accelerator
https://github.com/snowplow-archive/consent-accelerator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/snowplow-archive/consent-accelerator
- Owner: snowplow-archive
- Created: 2022-10-20T12:27:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T16:33:33.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T07:11:05.413Z (about 2 months ago)
- Language: Shell
- Size: 18.6 MB
- Stars: 0
- Watchers: 14
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snowplow Accelerator Template
This is a template for a Snowplow accelerator. Instructions on set up can be viewed [here](https://docs.snowplow.io/accelerators/template/)
## Installation
Recursively update the git submodules:
```sh
git submodule update --init --recursive
```To build the Hugo app:
```sh
./scripts/build.sh build
```## Usage
To start an HTTP server serving the app, use:
```sh
./scripts/build.sh serve
```This will run `hugo server` on the background.