Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 852 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 852 Bytes

PillarJump

Play the game: https://pillarjump.web.app/

drawing

Made with Firebase + Vue 3 + Three.js

drawing drawing drawing

Clone and develop

  1. Run git clone https://github.com/amalej/pillarjump.git
  2. Install dependencies
npm install
  1. Run the hot-reloader for development
  • The command below runs the Firebase Emulators and the Vite hot-reloader
npm run dev

Build and deploy

  1. Run command below to build
npm run build
  1. Run command below to deploy
firebase deploy --project PROJECT_ID