Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 281 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 281 Bytes

Paintbot

React frontend for presenting games of Paintbot.

Running a web server

First, make sure the Paintbot-dev-server is running (follow instructions in corresponding README). Then

npm install

npm start

A webserver should now be running on http://localhost:3000