Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.23 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.23 KB

Chatroom chatroom-icon

A real-time web hangout built with Next.js and powered by Supabase. Dive into conversations, all in one place. all-devices-black

Features

  • Easy & Secure Authentication by renound OAuth providers like Google, Github & Discord.
  • Real time chat experience.
  • PWA support
  • Enhanced Accessibility
  • Theme switch
  • Fully Responsive & more...

Environment Variables

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

# SUPABASE
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=

Run Locally

Clone the project

  git clone https://github.com/sohomofficial/chatroom.git

Go to the project directory

  cd chatroom

Install dependencies

  npm i

Start the server

  npm run dev

Credits