Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 283 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 283 Bytes

sveltekit-jui

Sveltekit-JUI is a kit of UI components to be used in conjunction with Svelte and Svelte Kit.

Usage

Develop

Start a development server:

npm run dev

Build

npm run build

Deploy

vercel . for development and vercel --prod for production