Skip to content

bonfire-comm/app

Repository files navigation

Bonfire

Bonfire

Real-time chat app

📥 Installation

Detailed guide to setup an instance.

❗ Prequisites

  1. Setup a Firebase project.
  2. Setup a VideoSDK account.

🪜 Steps

  1. Install all dependencies
npm i
# or
yarn
  1. Copy .env.example to .env.local and modify the contents with the proper values.
  2. Build the app
npm run build
# or
yarn build
  1. Run the server
npm start
# or
yarn start

🔧 Development

  1. You can run Firebase emulator suite to test the app locally.
npm run emulator:start
# or
yarn emulator:start
  1. To run the app with emulator, run the following command.
npm run dev:emulator
# or
yarn dev:emulator
  1. If not, you can just run the dev script.
npm run dev
# or
yarn dev

📜 License

BSD 3-Clause License