Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 351 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 351 Bytes

sigmago

A very bland no-fuss Go board without any features, just like a physical board with stones.

Made using React.

image

Setup:

git clone https://github.com/sparshpriyadarshi/sigmago.git
cd sigmago/client
npm install

Run on localhost:

npm start