/obs

Primary LanguageHTML

OBS2GO App Place

Requirements

Setup

1. Navigate to the project folder

$ cd obs2go-appplace

2. Install dependencies

Install project dependencies and developer tools listed in package.json by running:

$ npm install

3. Start developing

When it's done installing, you can start developing by running:

$ npm run dev

This command will starts a local web server that watches the files in obs2go-appplace/src/ for changes.

4. Build

Create a production-ready build by running:

$ npm run build

After running this command, the obs2go-appplace/dist/ folder will contain the production-ready build.