Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 685 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 685 Bytes

FUN-KM

A multi-tenant knowledge base system based on supabase.

Setup

Install dependencies

pnpm install

Development Server

Start the development server on http://localhost:15500:

pnpm run dev

Dev Document

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview

Check out the deployment documentation for more information.