Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 456 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 456 Bytes

RTUPlayer

Demo Image

An Angular based SPA for demo stands in Russian Technological University for internal use.

Build

Step 1: Install dependencies

Run npm i or npm install to pull dependencies.

Step 2: Build the project

You can build this project for web only, or use an Electron for standalone offline use (currently preferred).

Run npm run build for web, or npm run electron for standalone.