An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Chessplay

Chess Web Game with Vue JS 3 and WindiCSS

![Screenshot](https://raw.githubusercontent.com/zuramai/chessplay/main/screenshot.png)

## 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`