/razorchess

open source chess game allowing to play against engine

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Razorchess

Razorchess is an open source Chess game which allows the user to play against the Stockfish chess engine.

Run Razorchess locally

  1. Clone this repo:
git clone https://github.com/tlewis11/razorchess
  1. Build and run Docker Container
cd razorchess
docker build -t razorchess-frontend .
docker run -p 8081:8081 -it razorchess-frontend
  1. Browse to localhost:8081

testing a readme change :)