web app for connecting to PublicImageMining
install dependencies with npm install
(or pnpm install
or yarn
)
then start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
check your desired hosting path in svelte.config.js
then run
npm run build
then copy the files in the build
directory to any static webhoster