Skip to content

fumba/bawo

Folders and files

NameName
Last commit message
Last commit date
Aug 13, 2022
Aug 14, 2022
Aug 15, 2022
Aug 14, 2022
Aug 13, 2022
Aug 13, 2022
Aug 14, 2022
Aug 13, 2022
Aug 14, 2022
Aug 14, 2022
Nov 23, 2022
Aug 14, 2022
Nov 23, 2022

Repository files navigation

bawo game

License: MIT

bawo game

Prerequisites

Ensure you have Node.js installed, then install all the build dependencies in the folder where you cloned the repository :

$ yarn install
  • yarn start to start the dev server on watch mode at localhost:9000.
  • yarn dev to start the dev server on watch mode at localhost:9000 with browser auto opening.
  • yarn build to generate a minified, production-ready build, in the public folder