Skip to content

vortex-mk/vortex-ui

Repository files navigation

Vortex UI

SvelteKit frontend for the Vortex file management platform.

Getting Started

npm install
npm run dev

Open http://localhost:4321.

Environment

Variable Description
PUBLIC_API_BASE_URL Backend API origin (proxied at /vortex/* in dev)
PUBLIC_AUTH_API_BASE_URL Auth API origin (proxied at /auth/* in dev)
OAUTH_CLIENT_ID Google OAuth web client ID
PUBLIC_API_BEARER_TOKEN Optional dev bearer token

Legacy PUBLIC_* names are no longer used — rename to PUBLIC_* for SvelteKit.

Scripts

  • npm run dev — development server on port 4321
  • npm run build — production build
  • npm run preview — preview production build locally
  • npm start — run production server (node build)

Stack

  • SvelteKit + Svelte 5
  • Tailwind CSS 4
  • TipTap rich text editor
  • bits-ui for accessible primitives

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors