Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.19 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.19 KB

Darkrai Browser Extension

Darkrai is a browser extension that will enable the user to chat with any other user visiting the same website as themselves. This extension has various advantages, some of which being meeting people with the same interest, and resolving the doubts for which the website is visited for.

The extension component for the Darkrai browser extension.

You can find the repository for the server here.

Darkrai is a browser extension which enables you to chat with anybody visiting the same website 🤩

Development

  • You need Node & Yarn to start the development environment. Download them here - Node, Yarn.

  • Optionally you can setup a .env file in the root of the repository to set the server url (if you don't do this it will default to http://localhost:4848). The file should look like this:

REACT_APP_SERVER_URL=#Darkrai server url
  • Run the development server using:
yarn dev
  • Build the production level extension:
yarn build

Other Scripts

  • Lint the code using eslint:
yarn lint