Chess Web Game with Vue JS 3 and Tailwind CSS
Chessplay
Chess Web Game with Vue JS 3 and WindiCSS
Installation
-
Clone the repository
git clone https://github.com/zuramai/chessplay
cd chessplay -
Install dependencies
npm install
OR
yarn
-
Run locally
npm run dev
OR
yarn dev
-
Open
http://localhost:3000