Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 788 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 788 Bytes

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

Getting Started

This project uses nextauth and prisma with postgres.

After you configure the necessary keys, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

  1. You can directly browse to a subreddit with http://localhost:3000/r/subreddit
  2. to browse to a multireddit you join all subreddits with a %2b. e.g. For cats dogs and funny you would do http://localhost:3000/r/cats%2bdogs%2bfunny