This is a template project for a Roku app written in BrighterScript
- Install NodeJS
- Make a local copy of the project:
npx degit rokucommunity/brighterscript-template BrighterScriptApp
- navigate to the new app directory
cd BrighterScriptApp
- install npm dependencies
npm install
- Build a zip of the project
npm run package
This repository comes pre-configured to work with the BrightScript Language extension for Visual Studio Code. So once you have that plugin installed, debugging your project is as simple as clicking the "Start Debugging" button.