https://github.com/icelam/chinese-chess
https://github.com/icelam/chinese-chess
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/icelam/chinese-chess
- Owner: icelam
- License: mit
- Created: 2023-05-08T15:23:18.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-30T06:16:05.000Z (over 1 year ago)
- Last Synced: 2025-05-14T22:12:11.396Z (5 months ago)
- Language: JavaScript
- Size: 5.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.