Skip to content

paviro/RPi-LED-Sign-Controller-Frontend

Repository files navigation

RPi LED Sign Controller Frontend

This is the frontend web interface for the RPi LED Sign Controller project. It provides a user-friendly web UI for controlling LED matrix displays connected to a Raspberry Pi.

Development

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Building for Production

To build the frontend for production use:

npm run build
# or
yarn build
# or
pnpm build

The built files will be in the out folder. These files need to be copied to the static folder of the Rust backend source code to be embedded into the binary and served by the backend.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published