Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 890 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 890 Bytes

sub.rehab

Add subreddit links

We do not accept Pull Requests for new subreddits, as we now have a system for verification of new links.

Please suggest new links via the subreddit suggestion form.

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.