### Development Build Commands Source: https://github.com/dwainscheeren/dwains-dashboard-next/blob/main/README.md Commands to install dependencies, type check, and build the production dashboard file for development. ```bash npm install npm run type-check npm run build ``` -------------------------------- ### Add Lovelace Resource to configuration.yaml Source: https://github.com/dwainscheeren/dwains-dashboard-next/blob/main/README.md If your Home Assistant setup uses YAML-managed Lovelace resources, you need to manually add the Dwains Dashboard Next JavaScript resource. Merge this entry into your existing `lovelace:` section. ```yaml lovelace: resources: - url: /hacsfiles/dwains-dashboard-next/dwains-dashboard-next.js type: module ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.