chessplay icon indicating copy to clipboard operation
chessplay copied to clipboard

Chess Web Game with Vue JS 3 and Tailwind CSS

Chessplay

Chess Web Game with Vue JS 3 and WindiCSS

Screenshot

Installation

  1. Clone the repository
git clone https://github.com/zuramai/chessplay
cd chessplay
  1. Install dependencies
npm install
# OR
yarn
  1. Run locally
npm run dev
# OR
yarn dev
  1. Open http://localhost:3000