1.1.5 • Published 3 years ago

gamrs-studio v1.1.5

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
3 years ago

GamrsStudio

Gamrs streaming software

Dependencies

Node.js

Node is required for installing npm packages and for running various scripts. We recommend the current LTS release, 14.x.x:

https://nodejs.org

Yarn

In order to ensure you are using the correct version of each node module, you should use the yarn package manager. Installation instructions can be found here:

https://yarnpkg.com/en/docs/install

Installation

Install all node modules via yarn:

yarn install

Starting

If you are using Visual Studio Code, you can start the app using the built in debugger (default F5).

Otherwise, you can run the app with:

yarn start

Package

yarn dist