Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 674 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 674 Bytes

Image-uploader

A web app built with Svelte that upload an image and return a link to access it.

How to setup

Run npm i or yarn to install the dependencies

Scripts

  1. dev: start vite server for development

    • npm run dev or yarn dev
  2. gh: commit and push the dist folder to gh-pages branch

    • npm run gh or yarn gh

Credits