Spatium is a chess GUI that is capable of creating a usable 4-dimensional chessboard.
- git
- yarn
$
git clone https://github.com/EliTheCoder/spatium-client.git
$
cd spatium-client
$
yarn
$
yarn dev
This runs a development environment of the program that will automatically update and refresh the webpage when source code files are changed.
$
yarn build
This compiles the source into a webpage.