You’ll need to be set up so that you can write and run code on your own device.
You’ll need a couple of things:
Now since you are doing the web-dev thing, you’ll need to be able to run your code to make sure it works. Here’s a little video: https://www.youtube.com/watch?v=liy7kSdLB7s
If you don’t have a computer you can use then you can use your phone. Here’s how to get set up on an Android.
You’ll need to install 2 things:
Have some videos:
Termux takes a little bit of setup before you can use it for all the stuff we need. Also, it might seem really weird and confusing at first. If this stuff kicks your a\$\$ then rather come back to this page when you feel ready. But you do need to get comfortable with this stuff before bootcamp.
When you open termux up for the first time please do the following:
pkg update
pkg upgrade
pkg install git
git config --global user.email "your@email.whatevs"
git config --global user.name "your name"
termux-setup-storage
cd storage/shared
# now you can cd into your folders and interact with git
Note:
Y
then enter.Eish, we haven’t managed to find anything good here. If you have any suggestions please bring them up.
Do your best to find a solution on your own
If you get through our bootcamp, we’ll hook you up with gear. But for now it’s on you.
Good luck!