Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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