You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-23Lines changed: 24 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,38 +6,37 @@ This challenge allows you to practice the concepts and techniques learned over t
6
6
7
7
This is an individual assessment. All work must be your own. Your challenge score is a measure of your ability to work independently using the material covered through this sprint. You need to demonstrate proficiency in the concepts and objectives introduced and practiced in preceding days.
8
8
9
-
You are not allowed to collaborate during the sprint challenge. However, you are encouraged to follow the twenty-minute rule and seek support by dropping a :wave: in your help channel when needed.
9
+
You are not allowed to collaborate during the sprint challenge.
10
10
11
-
## Introduction
11
+
## Project Set Up
12
12
13
-
You are going to create a Lambda Newspaper. Your job is going to be to create the components that make up the newspaper's home page.
13
+
-[ ] Fork and clone the repo. Delete your old fork from Github first if you are repeating this Unit.
14
+
-[ ] Open the assignment in Canvas and click on the "Set up git" option.
15
+
-[ ] Follow instructions to set up Codegrade's Webhook and Deploy Key.
16
+
-[ ] Push your first commit: `git commit --allow-empty -m "first commit" && git push`.
17
+
-[ ] Check to see that Codegrade has accepted your git submission.
14
18
15
-
In meeting the minimum viable product (MVP) specifications listed below, your project should look similar to the image linked below:
19
+
For a step-by-step on setting up Codegrade see [this guide.](https://www.notion.so/lambdaschool/Submitting-an-assignment-via-Code-Grade-A-Step-by-Step-Walkthrough-07bd65f5f8364e709ecb5064735ce374)
0 commit comments