web-remote/docs/developer_guide.rst

608 B

Developer Guide

Prerequisites

In order to get started developing the web remote, you'll need to install the following on your computer:

  • NodeJS
  • NPM
  • Yarn

Get Started

Once you have the prerequisites installed, in the root directory, run the following command:

yarn install

To run the web remote, run the following command:

yarn run

To build the web remote manually for deployment:

yarn build --prod --aot

Deployment

For deployment, see the Deployment page.