lovelace-card-mod
๐น Add CSS styles to (almost) any lovelace card
File Explorer
Download Latest Version (.zip)- devcontainer.json
- bug-report.yml
- config.yml
- feature-request.md
- stale.yml
- issue_label_bot.yaml
- tasks.json
- apply_card_mod.ts
- browser_id.ts
- dict_functions.ts
- hass.ts
- panel.ts
- patch_function.ts
- selecttree.ts
- simple-hash.ts
- templates.ts
- themes.ts
- yaml2json.ts
- ha-assist-chip.ts
- ha-card.ts
- ha-dialog.ts
- ha-drawer.ts
- ha-icon.ts
- ha-more-info-dialog.ts
- ha-panel-config.ts
- ha-panel-developer-tools.ts
- ha-sidebar.ts
- hui-badge.ts
- hui-card-element-editor.ts
- hui-card.ts
- hui-entities-card.ts
- hui-glance-card.ts
- hui-heading-badge.ts
- hui-picture-elements-card.ts
- hui-root.ts
- hui-section.ts
- hui-view.ts
- card-mod.ts
- ll-custom-actions.ts
- main.ts
- mod-card.ts
- theme-watcher.ts
- airy.yaml
- art-nouveau.yaml
- test.yaml
- 10_performance_test.yaml
- 11_icons.yaml
- 1_cards.yaml
- 2_separate_items.yaml
- 3_badges.yaml
- 4_templates.yaml
- 5_dom_navigation.yaml
- 6_mod_card.yaml
- 7_themed.yaml
- answers.yaml
- tricks.yaml
- .env
- configuration.yaml
- docker-compose.yaml
- lovelace.yaml
- .cruft.json
- .gitattributes
- .gitignore
- card-mod.js
- hacs.json
- LICENSE.txt
- package-lock.json
- package.json
- README-application.md
- README-developers.md
- README-themes.md
- README.md
- rollup.config.mjs
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/thomasloven/lovelace-card-mod
Downloads the entire project code from GitHub to your computer.
cd lovelace-card-mod
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
