The Rumors UI is a user interface designed and developed using the React and Vite.
It is mainly intended to be embedded as part of a Rumors app executable.
Download the repo and run the appropriate console commands:
# install dependencies
npm i
# start a dev server with hot reload
npm run dev
# or generate production ready bundle in dist/ directory
npm run build
Distributed under MIT License, please see license file within the code for more details.