in03 / proxima-dashboard

Monitor Proxima workers and tasks in a shmexy SvelteKit web app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proxima Dashboad


Monitor Proxima workers and tasks in a shmexy SvelteKit web app ✨

If you don't know what Proxima is, it's a distributed proxy encoding application for DaVinci Resolve. If that sounds good to you, check it out!

Note:

This is currently a (slow) work in progress. It's not highest on the agenda to complete compared to some of the other todos I have for Proxima, let alone my other projects. If there's interest, I'll reevaluate my priorities - especially if others are keen to get involved and contribute!

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

About

Monitor Proxima workers and tasks in a shmexy SvelteKit web app


Languages

Language:Svelte 77.7%Language:JavaScript 18.5%Language:HTML 2.8%Language:CSS 1.1%