Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.19 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.19 KB

Build Status

Bots Spectator

Web based visualization tool for Bots.
It allows to view stored replays or to connect to a spectator port of a running bots server to see a match live.
It's also useful for debugging your own bot.

You can launch it directly here.

You can also load an example replay.

Development

You need to have yarn installed.
In the project directory, you can run:

yarn

Downloads all dependencies.

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

This project was bootstrapped with Create React App so a lot of that documentation applies.