We have a school project where we forked a class project into our local repository. Let's call that repo gitLocalHomeWork. That repo just has a few files. We are building a react-native application. We can use the create-react-native-app to create the native app environment.
create-react-native-app gitLocalHomeWork
how do we link or direct the react native app to the github directory?