Skip to content

chepetime/twitter-next-supabase

Repository files navigation

Twitter Clone with the Next.js App Router and Supabase

This repository contains a simple clone of Twitter using Next.js, Typescript, Supbase and Tailwind

Getting Started

Install the correct version of node using the .nvmrc file, which has the latest version available.

nvm use

Then use pnpm to install the node dependencies

pnpm install

Finally, copy the environment variables. Don't forget to add your own variables.

cp .env.example .env.local

Then start the local server as usual:

pnpm run dev

Acknowledgements

🥚 Egghead - Build a Twitter Clone with the Next.js App Router and Supabase by John Mayers