Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.59 KB

File metadata and controls

41 lines (26 loc) · 1.59 KB

🔐💬 Encrypted Web Chat

📚 Tutorial

This repository contains the completed React project following the End-to-End Encrypted Chat with the Web Crypto API tutorial. You should read it before trying to run this project as it contains it may contain useful information not present in this README.

⚙️ Setup

Requirements

Configuration

You should place your Stream Chat credentials in src/lib/chatClient.js.

Dependencies

To install the dependencies, use Yarn in the root folder:

$ yarn install

Running

To run the web app, use Yarn in the root folder:

$ yarn start

🔗 Helpful Links