This is a simple game designed for an internal event of Cafe Bazaar.
First of all clone the repo.
$ git clone [email protected]:pmzi/cafebazaar-front-game.git
After that install packages:
$ npm i
After installation is completed, start the application using command below:
$ npm run dev