/chess

Primary LanguageTypeScriptDo What The F*ck You Want To Public LicenseWTFPL

logo

Chess

📗 Table of Contents

♟ Chess

Chess is a webapp to play chess with AI.

🚀 Live Demo

  • Under construction

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

  git clone https://github.com/shasherazi/chess
  cd chess

Install

Install this project with:

  npm install

Linting

To see the linter errors, execute the following command:

  npm run lint

To fix the linter errors, execute the following command:

  npm run lint-fix

Usage

To run the project, execute the following command:

  npm run dev

(back to top)

👥 Authors

👤 Author1

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project and want to support it, please give it a ⭐️!

(back to top)

📝 License

This project is WTFL licensed.

(back to top)