/blasio-app

Blasio (placeholder name) video platform desktop app

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Blasio-App

Node.js CI

Decentralized video platform

Usage Guide

First, you should clone this repo to your computer via git like this:

git clone https://github.com/vaultec81/blasio-app

Then, install npm dependancies:

cd blasio-app
npm install

After installing dependancies, you can run the following command to start app in dev mode:

npm run dev

If you want to build a production binary:

npm run package

If you want to run in production mode:

npm run prod

License

GPLv3