A web app built with Svelte that upload an image and return a link to access it.
Run npm i
or yarn
to install the dependencies
dev: start vite server for development
npm run dev
or yarn dev
gh: commit and push the dist
folder to gh-pages
branch
npm run gh
or yarn gh