Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.72 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.72 KB

frontend

Installation

Clone the repository and run yarn install in the frontend directory.

Running locally

Run yarn start for the react development server and yarn build for the production server. You will need an instance of the game server to be running, and REACT_APP_GAME_SERVER_URI in .env must be pointing to it. If you want to play with other machines on the local network, change the address in .env to your local IP address instead of localhost.

Technologies used

Production

Development