This repository contains the code that is used for the remote panel. Feel free to report issues, make pull requests, all is appreciated!
Join our discord for a chat!
Once you've cloned this project and installed dependencies with npm install
, start a development server like so:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open