bawo game
Ensure you have Node.js installed, then install all the build dependencies in the folder where you cloned the repository :
$ yarn install
yarn startto start the dev server on watch mode atlocalhost:9000.yarn devto start the dev server on watch mode atlocalhost:9000with browser auto opening.yarn buildto generate a minified, production-ready build, in thepublicfolder