Skip to content

twid-chat/twid-client

Repository files navigation

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