ground control to major tom
- git checkout front_end OR git checkout back_end
- create your own branches from under these (i.e. norman branch under front_end)
- work in your own branch.
- make small commits
- when done, merge to front_end/back_end via a pull request or do the merge yourself (preferably)
- eventually, merge from front_end/back_end to development branch when linking disparate components
- i.e. sending data from the front_end to the back_end etc
- above all have fun
godspeed.
back end folder houses back end code. we are using Golang and WebSockets most likely, maybe WebRTC
front end folder houses front end code. phaser galore. need 2 discuss with front end team on how we will section our work