Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaultec81/blasio-app
Blasio (placeholder name) video platform desktop app
https://github.com/vaultec81/blasio-app
Last synced: 24 days ago
JSON representation
Blasio (placeholder name) video platform desktop app
- Host: GitHub
- URL: https://github.com/vaultec81/blasio-app
- Owner: vaultec81
- License: gpl-3.0
- Created: 2020-06-15T20:38:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-19T19:27:08.000Z (almost 4 years ago)
- Last Synced: 2024-10-08T03:15:51.039Z (about 1 month ago)
- Language: JavaScript
- Size: 941 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Blasio-App
![Node.js CI](https://github.com/vaultec81/blasio-app/workflows/Node.js%20CI/badge.svg)Decentralized video platform
## Usage Guide
First, you should clone this repo to your computer via git like this:
```bash
git clone https://github.com/vaultec81/blasio-app
```Then, install npm dependancies:
```bash
cd blasio-app
npm install
```After installing dependancies, you can run the following command to start app in `dev` mode:
```bash
npm run dev
```If you want to build a production binary:
```bash
npm run package
```If you want to run in production mode:
```bash
npm run prod
```# License
GPLv3