Judahh / streameDevice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STREAME Build Status

Development

Image of Development

Installation

Software

Visual Studio Code

[https://code.visualstudio.com/]

Git

Windows

[http://git-scm.com/download/win]

Linux

Fedora:

$ sudo dnf install git git-all network-manager chromium-browser xinit mongodb ttf-mscorefonts-installer unclutter x11-xserver-utils mesa-vdpau-drivers
$ sudo dnf update
$ sudo dnf dist-upgrade
$ sudo dnf upgrade

Debian/Ubuntu:

$ sudo apt-get install git git-all network-manager chromium-browser xinit mongodb ttf-mscorefonts-installer unclutter x11-xserver-utils  mesa-vdpau-drivers
$ sudo apt-get update
$ sudo apt-get dist-upgrade
$ sudo apt-get upgrade

If Raspberry Language Error:

$ export LC_ALL="en_GB.UTF-8"
$ export LANGUAGE="en_GB.UTF-8"

If Raspberry WIFI Error:

sudo systemctl disable dhcpcd
sudo systemctl stop dhcpcd

Project

[https://github.com/creationix/nvm]

wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
nvm install node
npm install -g typescript concurrently
git clone https://github.com/Judahh/streameDevice.git
cd streameDevice
npm install
npm run tsc
npm run webpack

App

It uses the framework backApp [https://github.com/Judahh/backApp]

Code

Frame

Icon

In this folder is where icon are stored.

Images

In this folder is where image are stored.

Videos

Api

It uses the framework backApp [https://github.com/Judahh/backApi]

About


Languages

Language:TypeScript 60.5%Language:CSS 35.5%Language:Shell 2.6%Language:HTML 1.4%