Web Chess is a simple chess board created with HTML, CSS, and TypeScript.
Web Chess is a web-based chess board that you can use to play chess games or integrate into your projects. It's built with HTML, CSS, and TypeScript, making it easy to understand and customize.
To get Web Chess up and running, follow these steps:
Before you begin, ensure you have the following software installed:
-
Clone the repository:
git clone https://github.com/yourusername/web-chess.git
-
Change directory to the parent directory:
cd web-chess
-
Install project dependencies:
npm install
-
Compile TS to JS:
tsc
-
Open the project in web browser:
open index.html
This project is licensed under the MIT License - see the LICENSE file for details.