/littlelite-site

LittleLite Web Site (SvelteKit)

Primary LanguageSvelte

LittleLite Software

The LittleLite Software web site.

Developing

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

Deploy

This app is deployed to Vercel every time is built.