Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 632 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 632 Bytes

Glow Canvas

An interface for interacting with WLED hosts running on the current network.

This project will allow selecting the modifying the current playlist, modifying existing effects, and basic creation of new effects from a tablet screen.

How to Run

This project is React based, and bootstrapped with CRA (Create React App)

Start by running npm start, then navigating to localhost/url given by npm start command

It doesn't run?

This project depends on

  • A reasonably up to date NodeJS install
  • Preferably VSCode for editing using automatic formatting for consistent styling

Make sure those are installed