8000 GitHub - shayd3/RyRo: RyRo URL Shortener
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

shayd3/RyRo

Repository files navigation

Ryro URL Shortener

A modern, fast URL shortener built with React and Next.js, deployed on Vercel.

Features

  • Clean, minimal interface
  • Fast URL shortening
  • Secure and reliable
  • Built with modern web technologies
  • Fully responsive design

Tech Stack

Getting Started

  1. Clone the repository:
git clone https://github.com/shayd3/ryro.git
cd ryro
  1. Install dependencies:
pnpm install
  1. Start the development server:
pnpm dev
  1. Open http://localhost:3000 in your browser to see the result.

Deployment

This project is deployed on Vercel. To deploy your own version, follow these steps:

  1. Clone the repository:
git clone https://github.com/shayd3/ryro.git
cd ryro
  1. Install dependencies:
pnpm install
  1. Deploy to Vercel:
vercel
  1. Open your deployed URL to see the result.

Prisma Database

The database is deployed on Vercel (Via Supabase). To see the database, you can use the Vercel dashboard.

Update Database Schema

pnpx prisma migrate dev --name <name of migration>

Generate Prisma Client

pnpm prisma generate

About

RyRo URL Shortener

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0