Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 363 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 363 Bytes

SvelteKit Starter

Developing

To start the development server:

npm run dev

Building

To create a production version:

npm run build

Preview the production build with npm run preview.

Deployment

To deploy your app, you may need to install an adapter for your target environment.