URL shorterner for your really long urls. Check it out here: https://antsh.one
To get a local copy up and running follow these simple example steps.
- bun
- Clone the repo
git clone https://github.com/anthony-mg/url-shortener.git
- Install NPM packages
cd url-shortener
bun install
- Start the dev environment
bun run dev
- To go localhost:8080