Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 378 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 378 Bytes

twid

Setup

Clone the repository

$ git clone git@github.com:twid-chat/twid-client.git

Change directory to twid-client

$ cd twid-client

Install dependencies

$ yarn

Configure to request production servers

Copy contents of prod.env to .env

cp prod.env .env

Run Application

yarn start