Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 2.27 KB

0-obtain-source.md

File metadata and controls

24 lines (14 loc) · 2.27 KB

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, The Loved Mutt have provided your team with step-by-step instructions.

About the application

The front-end was created using Svelte and SvelteKit. No experience with Svelte is required.

The back-end uses Azure Functions, the Azure serverless platform. Azure Functions are supported natively by Azure Static Web Apps, which is where your team will deploy the application. As your team gets to each goal, relevant notes about the application will be provided.

Note: Your team does not have to run the application locally to complete this workshop. If you wish to configure your system for local development, setup steps have been provided.

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.

  1. One team member: generate the repository by using the template. Your team can give the repository whatever name you like.
  2. All other team members will fork the new repository.
  3. All team members will clone the repository, which can be accomplished by running the following command.
  4. For all team members, after cloning the repository, open the local folder in Visual Studio Code

Congratulations

Your team has successfully obtained the starter code and explored the app! Now it's time to deploy the project to the cloud.