Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 909 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 909 Bytes

Spatium Client

GitHub top language GitHub commit activity GitHub last commit
Spatium is a chess GUI that is capable of creating a usable 4-dimensional chessboard.

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.