From a3007a5cef3cba16b5cad441d92134b0828b89c5 Mon Sep 17 00:00:00 2001 From: bloombar Date: Mon, 14 Feb 2022 09:37:15 -0500 Subject: [PATCH] clarity on forking --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e7eb90..60f9ae9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a so-called "monorepo" - a single repository containing all the componen To complete this exercise: 1. run this app locally on your own machine (instructions for launching the app below) -1. add a new page to the app called "About Us", where you have written a few paragraphs about yourself and included a photo of yourself (this does not require any modifications to the back-end code). +1. add a new page to the app called "About Us", where you have written a few paragraphs about yourself and included a photo of yourself (this does not require any modifications to the back-end code or database). 1. share a public link to your local instance of the app below (see `ngrok` instructions below for generating a public link) When you have completed the exercise, leave your local copy of the app running, enter the public link to it here, and push your code changes to GitHub: @@ -22,7 +22,7 @@ http://replace-with-your-ngrok-public-https-link ### Get the code -1. Fork this repository +1. Fork this repository (accepting this as a GitHub Classroom assignment does this for you) 1. Clone your fork of this repository to your local machine 1. Navigate into the project directory