Skip to content

GeoBrodas/facebook-clone

Repository files navigation

FaceBook Clone -> StoryBook

Site-preview

Tech Stack

  • NextJS
  • TailWind CSS
  • Firebase Firestore & Storage
  • HeroIcons
  • react-firebase-hooks

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

// .env.local
FACEBOOK_CLIENT_ID=
FACEBOOK_CLIENT_SECRET=
NEXTAUTH_URL=http://localhost:3000
NEXT_PUBLIC_FIREBASE_APIKEY=
NEXT_PUBLIC_FIREBASE_AUTHDOMAIN=
NEXT_PUBLIC_FIREBASE_PROJECTID=
NEXT_PUBLIC_FIREBASE_STORAGEBUCKET=
NEXT_PUBLIC_FIREBASE_MESSAGINGSENDERID=
NEXT_PUBLIC_FIREBASE_APPID=

Run Locally

Clone the project

  git clone https://github.com/GeoBrodas/facebook-clone.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run dev

Feedback

If you have any feedback, please reach out to us at

Releases

No releases published

Sponsor this project

Packages

No packages published