https://github.com/zuramai/chessplay
Chess Web Game with Vue JS 3 and Tailwind CSS
https://github.com/zuramai/chessplay
chess vuejs windicss
Last synced: 2 months ago
JSON representation
Chess Web Game with Vue JS 3 and Tailwind CSS
- Host: GitHub
- URL: https://github.com/zuramai/chessplay
- Owner: zuramai
- Created: 2021-07-09T13:24:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T13:00:42.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T18:43:29.061Z (7 months ago)
- Topics: chess, vuejs, windicss
- Language: Vue
- Homepage: https://chessplay.vercel.app/#/
- Size: 325 KB
- Stars: 23
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chessplay
Chess Web Game with Vue JS 3 and WindiCSS

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