$ cd obs2go-appplace
Install project dependencies and developer tools listed in package.json by running:
$ npm install
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.
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.