Skip to content

TKOaly/info-screen

Repository files navigation

TKO-äly info screen

A simple info screen to show on student room's television.

Displays information about upcoming events as well as Unicafe menus.

Production version is live at https://info.tko-aly.fi.

Install dependencies

npm install

Run in development mode

npm run dev

Run in production mode

npm run build      # Builds the production version
npm start -p 3000  # Serves the production version on port 3000 (can be changed)