Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 534 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 534 Bytes

Open Overlays

Screenshot of Version pre alpha

This project is in a very early stage!

It is focusing on the creation of overlays for Streaming.

Project Structure

The Frontend is written in Vue 3 with Tailwind as CSS Framework. The Backend is written with Nestjs. The communication between them is handled via REST Calls and WS Call (using Socket.io)

Start the project

frontend

npm install
npm run dev

backend

cd nest-backend
npm install
npm run dev