Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 670 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 670 Bytes

Cookie Clicker 2: Electric Boogaloo

Demo for Blueprint 2023's Mobile Dev Workshop 1! Created with Expo. Make sure you have Node.js installed. Then you can run:

git clone https://github.com/techx/bp2023-mobile-workshop-1 cookie-clicker-2

to clone the repository. This should create a folder called cookie-clicker-2 in your current folder. You can go into that folder with cd (change directory):

cd cookie-clicker-2

and then install dependencies with

npm install

which should take a while. Once it's done you can run

npx expo start --tunnel

and that should start the app! You can now scan the QR code on your phone.