Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 621 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 621 Bytes

How to install

clone the project inside your computer, open terminal (cmd, shell ,...) in the project folder & run these commands

npm i --save
npm i typescript
tsc

commands:

to run:

npm start

to clean the video folder:

npm run clean

How to use

you can enter in admin mode by type username&password of admin like this pattern 'username:password' in the username input.

you can change the port of the server & admin data (username & password) in the .env file in root of project

after doing every change, you must run this command to compile .ts to .js tsc

Demo: