This project just bundle a NPM package @axieinfinity/mixer and the demo data to show how to use it.
- Node.js and npm installed locally for development.
- Clone the repository.
- Run
npm install
to install the dependencies. - Run
npm run build
to bundle the script. - Run
npm start
to start the local server and view the demo in your browser.