Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.04 KB

File metadata and controls

51 lines (33 loc) · 1.04 KB

rushMessage

Rush Message is a real-time chat app built with Firebase Firestore. It features instant message syncing across devices. This project demonstrates how to build scalable, real-time apps using Firestore’s powerful real-time listeners and cloud integration.

Environment variables

You must have a .env.local file in the root of the proyect. The .env.local file must have the content of .env.template

Note

Ask to an admin for the value of environment variables.

Setup

Install dependencies

npm install

Run server

Production

npm run build
npm start

Development

npm run start:dev
# or
yarn start:dev
# or
pnpm start:dev
# or
bun start:dev

Open http://localhost:3000

Preview

Web

image

Smarthphone

image