Skip to content

rishiosaur/frens

Repository files navigation

💖 Frens

lint status format status GitHub GitHub issues GitHub contributors GitHub last commit

A minimal link shortener powered by Next.js and Vercel.

Structure of a route:

{
  url: string
  name: string
  public: boolean
  title?: string
  description?: string
}

url is the end URL that you'd like to redirect to. name is the name of the route that redirects to url. public is a boolean that determines whether or not this redirect shows up in the public directory.

Adding yourself

The websites that show up on the website can be found over at routes.json!

Just add yourself to the array in an object that conforms to the above protocol!

Note: You must be on the Hack Club Slack (and be an active member) to be accepted into the collection :p

About

💖 a web collection for the best people in the world

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published