Skip to content

A7Lavinraj/url-shortener.svelte

Repository files navigation

A simple URL shortener frontend implemented in SVELTE

Quick try

# clone the repo
git clone [email protected]:A7Lavinraj/url-shortener.svelte.git --depth=1

# change directory
cd url-shortener.svelte

# install dependencies
npm install

# run project
npm run dev -- --open