https://github.com/joincolony/consent-banner
Because the default Piwik PRO banner is 🤮
https://github.com/joincolony/consent-banner
Last synced: 4 months ago
JSON representation
Because the default Piwik PRO banner is 🤮
- Host: GitHub
- URL: https://github.com/joincolony/consent-banner
- Owner: JoinColony
- License: mit
- Created: 2023-03-14T01:53:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T22:33:03.000Z (about 3 years ago)
- Last Synced: 2025-06-21T00:42:15.824Z (12 months ago)
- Language: HTML
- Size: 238 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
A pretty Piwik Consent Manager
# Developing
1. Clone this repository
```bash
git clone https://github.com/JoinColony/consent-banner
```
4. In the repository do:
```bash
npm install
```
5. To run the code in your browser:
```bash
npm run serve
```
6. Or, to build the code into the `dist` directory:
```bash
npm run build
```
# Contribute
_Are you interested in contributing?_ Check out the following document for more information:
- [Contributing](CONTRIBUTING.md)
# LICENSE
MIT