A game where you jump from pillar to pillar. Play the game: https://pillarjump.web.app/
- Run
git clone https://github.com/amalej/pillarjump.git - Install dependencies
npm install- Run the hot-reloader for development
- The command below runs the Firebase Emulators and the Vite hot-reloader
npm run dev- Run command below to build
npm run build- Run command below to deploy
firebase deploy --project PROJECT_ID