Riced Command Centre is my attempt at a modern mission monitoring (and hopefully control) centre for Kerbal Space Program, using the Telemachus mod and Svelte.
cd [KSP_DIRECTORY]
cd .\GameData\Telemachus\Plugins\PluginData\Telemachus
git clone https://github.com/CHEESEDABEST/RCC-KSP/
cd RCC-KSP
npm install
npm run build
localhost:8085/telemachus/rcc-ksp/public/index.html
When I saw the Telemachus mod, I could see there was a lot you could do with it, and indeed it comes with many GUIs which have their own styles and features. I simply want to create my own, with a different style (closer to something you'd find on r/unixporn) and a few unique features that wouldn't really make sense in the other GUIs, such as a mission outline board, camera feed and potentially other modules which, while not neccesarily helpful in-game, are fun to look at/use.