Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.06 KB

Spatium Client

GitHub top language GitHub commit activity GitHub last commit GitHub lines of code

Spatium is a multiplayer chess GUI that is capable of creating a usable 4-dimensional chessboard.

Demo

https://e.elithecoder.com/BHGXd.mp4

Installation

Requirements

  • git
  • yarn

Clone the repository

$ git clone https://github.com/EliTheCoder/spatium-client.git
$ cd spatium-client

Install dependencies

$ yarn

Usage

Dev

$ yarn dev This runs a development environment of the program that will automatically update and refresh the webpage when source code files are changed.

Build

$ yarn build This compiles the source into a webpage.