Skip to content

meganallas/web-chat

Repository files navigation

Web Chat App

A messaging application with push notifications.

Technologies:

Getting Started

# Install project dependencies.
npm install

# Create environment variables file to store keys.
touch .env.local

# In the env file, add the following necessary keys without the square brackets:
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=[insert key string]
CLERK_SECRET_KEY=[insert key string]
NEXT_PUBLIC_STREAM_KEY=[insert key string]
STREAM_SECRET=[insert key string]

# Run the development server.
npm run dev

Open http://localhost:3000 in the browser.

Build for production

# Create distribution package.
npm run build

# Run the production build.
npm start

Open http://localhost:3000 in the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors