Skip to content

Web

Web is where the main RGS dashboard lives. It is built with SvelteKit, it's UI is designed to be extensible and straightforward to use.

To get started, you can run the following commands:

bash
cd web
pnpm install
pnpm dev

This will start the web server on https://localhost:3000.