Skip to content

dgore7/pool-scorekeeper

Repository files navigation

Building

web

To create a production version of your app for web:

npm run build

You can preview the production build with npm run preview.

android/ios

build the app with svelte-kit SPA mode (adapter-static) docs

npm run build:capacitor

use capacitor to transform build file into native android/ios

npx cap sync

capacitor docs