Skip to content

Latest commit

 

History

History

phaser_game

PRE REQUISITES

  • nodejs
  • yarn

HOW TO RUN LOCALLY

  • Install dependencies
$ yarn install
  • Create a .env file based on .env.example

  • Start dev server

$ yarn dev

HOW TO RUN LOCALLY ON ANDROID

  • Have android studio and a virtual device set

  • Build the project

$ yarn build
  • Open the project on Android Studio
$ npx cap open android
  • Start the project
$ npx cap run android