Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 466 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 466 Bytes

This is a repository for a FullStack Twitter clone tutorial using React, NextJS, TailwindCSS & Prisma.

To Run in Local

Cloning the repository

git clone https://github.com/AntonioErdeljac/twitter-clone.git

Install packages

npm i

Setup .env file

DATABASE_URL=
NEXTAUTH_JWT_SECRET=
NEXTAUTH_SECRET=

Start the app

npm run dev

Available commands

Running commands with npm npm run dev