This is the frontend component of the Always On TV project. It provides the user interface for the application. For the backend code, please refer to the AlwaysOnTV/AlwaysOnTV-Backend repository.
To install the necessary dependencies, run the following command:
npm install
To start the development server, use the following command:
npm run dev
This will launch the web interface and make it accessible at http://localhost:8087.
To build the web interface for production, use the following command:
npm run build
This command will create an optimized and minified version of the code, suitable for deployment.
For the full functionality of the Always On TV project, it is recommended to use this frontend in combination with the backend. You can find the backend repository at AlwaysOnTV/AlwaysOnTV-Backend.
Ensure that the backend is up and running and properly configured to establish communication between the frontend and backend components.
Contributions to Always On TV are welcome! If you encounter any issues or have ideas for improvements, please submit an issue or a pull request on the GitHub repository.
Always On TV is released under the MIT License.