distwitchchat
v1.0.2
Published
Cross platform stream chat manager
Downloads
11
Readme
DisTwitchChat App
This is the Chat app for DisTwitchChat. This app has many features that the overlay does not have.
Framework/Tech use
- electron
- React
- Firebase
Installation
Install for Devolopment
- Clone this repository.
git clone https://github.com/willjw3/react-electron.git <your-project-name>
- Install Dependencies
npm install
- If you havent already, install Yarn globally.
npm install -g yarn
- Create a .env and add enviromnent variables from
.env.sample
. unless you are using a development version of the backend, the socket url should be set tohttps://api.distwitchchat.com/
- Navigate into project root and install dependencies.
cd <your-project-name> && npm install
- Run dev server.
npm run start
Deploy Development version
- Run the build process
npm run build
- Go into your project folder using your file explorer. Navigate to the
dist
folder and open it. Then double-click<your-project-name>
Setup 0.1.0. Your app should open and there should now be an icon on your desktop for this app.