This is a Next.js project bootstrapped with create-next-app
.
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.
- You can directly browse to a subreddit with http://localhost:3000/r/subreddit
- 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