Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.22 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.22 KB

Build on Linux Build on macOS Build on Windows

How to build

Prerequirements

ServerSide

echo 'video'
sudo apt get install ffmpeg
# mac OS:
#   brew install ffmpeg
# Fedora or CentOS:
#   sudo dnf install ffmpeg ffmpeg-devel
#   sudo yum install ffmpeg ffmpeg-devel

ClientSide

npm install

echo 'to upgrade,'

npm run update
npm update

Iterative and incremental development

npm run start

then,

open http://localhost:8080/(index) or http://localhost:8081/(admin)

Build

npm run build

Deploy

npm run deploy