Skip to content

SamLeatherdale/homeboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homeboard

Setup

  1. Initialize git submodules
    npm run git:submodule
  2. Install dependencies (parent and submodules)
    npm run install:all
  3. Copy the .env.example file to .env.local and fill in values
    cp .env.example .env.local
  4. Start the development server
    npm run dev

Deployment

Don't deploy from local development, as we don't want to include the .env.local file in the deployment. Instead, deploy from the CI/CD pipeline.

About

A custom display dashboard for HomeAssistant.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published