Goal 0: Obtain the source code¶
Whenever working on any project, step 0 is typically to fork and clone the repository, and install the necessary tooling. To streamline this process, this project has provided your team with step-by-step instructions.
About the application¶
The web application is from the Lobe team’s starter for web apps. The Lobe Web Bootstrap project takes the machine learning model created in Lobe, and adds it to a project that runs in the browser using React, Create React App, TypeScript, and TensorFlow.js.
Generate the repository and obtain the source code¶
The starter repository (or repo) has been created as a GitHub template. One member of your team will generate a repository from this template, while the remaining team members will fork it. All team members will clone the repository locally.
-
One team member: generate the repository by using the template. Your team can give the repository whatever name you like.
-
All other team members will fork the new repository.
-
All team members will clone the repository.
-
For all team members, after cloning the repository, open the local folder in your favorite code editor
Congratulations!¶
Your team has successfully obtained the starter code and explored the codebase!