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

https://github.com/icelam/chinese-chess


https://github.com/icelam/chinese-chess

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Chinese Chess

> **Warning**
> This is an experimental repository created to test the ability of integrating legacy JavaScript libraries which has functions and variables declared in global namespace.

Integrate [XiangQi Wizard Light](https://github.com/xqbase/xqwlight/), a simple but strong XiangQi (Chinese Chess) AI algorithm library to morden web application.

## Development

### Prerequisite
* Node 16 or nvm installed
* Yarn or NPM installed

### Install dependencies
To install dependencies:
```bash
yarn install
```

### Start development server
To start the development server:
```bash
yarn start
```

### Build production
To build the project for production:
```bash
yarn build
```
All the build files can be found in `/dist` folder.