demeralde / reddit-clone

A basic Reddit clone built with T3

Home Page:https://reddit-clone-kmpt.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reddit-clone

This is a basic Reddit clone built using the T3 stack.

Technology

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Development

  1. Install dependencies:
pnpm install
  1. Copy the .env.example file:
cp .env.example .env

Then edit .env, following the instructions in the file.

  1. Deploy the DB schema:
pnpm run db:push
  1. Run the dev server to view the app:
pnpm run dev

๐Ÿ› ๏ธ Utility scripts

Lint the codebase with ESLint:

pnpm lint
pnpm lint:fix # Automatically fix errors

Format the codebase with Prettier:

pnpm prettier
pnpm prettier:fix # Automatically fix errors

About

A basic Reddit clone built with T3

https://reddit-clone-kmpt.vercel.app


Languages

Language:TypeScript 95.8%Language:JavaScript 3.4%Language:CSS 0.8%