URLO URL shortener built with Typescript React Styled Components Next.js Redis Getting Started git clone https://github.com/mvximenko/urlo.git npm install Set up environment variables in .env UPSTASH_REDIS_REST_URL=<YOUR_UPSTASH_REDIS_REST_URL> UPSTASH_REDIS_REST_TOKEN=<YOUR_UPSTASH_REDIS_REST_TOKEN> npm run dev