Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 456 Bytes

File metadata and controls

40 lines (31 loc) · 456 Bytes

Splitflap Remote

A web service/app to control my 15x2 splitflap display.

Install

The web directory contains the Vue front end.

Build the frontend

cd web
npm install
npm run build
cd ..

Build the backend

npm install
npm run build

Start app

npm start

Development

Backend

npm run dev

Frontend

cd web
npm run dev