FAA Language Learning Arcade
Follow these steps to get your app live on the class website.
student/YOUR-NAME-YOUR-APPOr use the terminal:
git checkout -b student/your-name-your-app
Or use the terminal:
git add .
git commit -m "Add my-app MVP"
Or use the terminal:
git push -u origin student/your-name-your-app
git pull --rebase origin main first, then push again.