This is a simple web app that allows you to shorten links using emojis. It's a fun way to share links. This was mainly built as a way to play around with the new Next 13 App Router, and I did play around with a lot of stuff that is deleted now.
I was going to make a much bigger app but then I got bored.
- Clone the repo.
- Install dependencies with
pnpm install
. - Go to Planetscale and create a database.
- Copy the Database URL.
- Copy
.env.example
to.env
and fill in theDATABASE_URL
. - Install Vercel CLI.
- Run
vercel
to deploy to Vercel.