Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 304 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 304 Bytes

Disperse on Lumio

Getting Started

Run the development server

  1. Install dependencies using pnpm:
pnpm install
  1. Start the development server:
pnpm run dev

Build for production

pnpm run build

Production build will be available in the dist folder.