jobbautista9 / sub.rehab

A list of subreddit alternatives

Home Page:https://sub.rehab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sub.rehab

This is a Next.js project bootstrapped with create-next-app.

Add subreddit links

To add a new subreddit or links for an existing one, edit ./data/subreddits.json and add a new object to the subs array. The object should have the following properties:

{
  "name": "r/<sub name>",
  "links": [{ "service": "<discord | lemmy | kbin>", "url": "<url>", "official": true | false }]
},

Development

Tools

sub.rehab is developed using:

Getting Started

You'll need Node.js version 18 and yarn installed.

Install dependencies:

yarn install

Then, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

About

A list of subreddit alternatives

https://sub.rehab

License:MIT License


Languages

Language:TypeScript 76.0%Language:JavaScript 23.8%Language:Shell 0.1%