After checking out the project, run yarn install
once in order to install all needed dependencies.
By running the command yarn start
parcel will start a local dev-server (https://localhost:1234). Updates to the current codebase will be reflected immediately thanks to Parcel's Hot Module Replacement. Placeholders used in the templates will NOT be replaced in this mode of operation.
By running the command yarn start
parcel will start a local dev-server (https://localhost:1234). It will display an empty page containing the TK consent manager as defined in the currently published 'dev'-profile of the TK Tealium account. This is helpful for testing the resulting Consent Manager as it will be distributed to external websites. Placeholders used in the templates will be replaced with the final texts in this mode of operation.
- updated dependencies and checkbox style to avoid overrides from f.E. wpforms
- fixed A11y issue where sticky buttons were not accessible with >= 400% page-zoom (on desktop browsers)
- fix dependabot findings
- improved responsiveness for IE11
- hiding TK logo for IE11