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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,13 @@ Using VSCode and Command Line:
19
19
20
20
21
21
1. Fork the repo
22
-
2. Clone your forked version of the repo
23
-
3. cd into your repo and create a branch with your first and last name
24
-
4. open the terminal in your vs code and type `npm install`
25
-
5. next type `npm run test` in your terminal
26
-
6. Complete your work making regular commits, once you have all your tests passing and you are ready to submit your work please see canvas for instructions on how to submit
22
+
2. Go into canvas and connect your reop to codegrade
23
+
3. Clone your forked version of the repo
24
+
4. DO NOT CREATE A BRANCH. You will be pushing your changes to the main/master today
25
+
5. cd into your repo
26
+
6. open the terminal in your vs code and type `npm install`
27
+
7. next type `npm run test` in your terminal
28
+
8. Complete your work making regular commits to main/ master your codegrade score will update each time you make a push.
27
29
28
30
### Task 2: MVP
29
31
@@ -56,6 +58,4 @@ Make sure you are invoking your function after defining it in order to view resu
56
58
57
59
## Submission format
58
60
59
-
Please submit your project via codegrade by following [these instructions](https://www.notion.so/lambdaschool/Submitting-an-assignment-via-Code-Grade-A-Step-by-Step-Walkthrough-07bd65f5f8364e709ecb5064735ce374)
60
-
61
-
61
+
Please submit your project via codegrade by following [these instructions](https://lambdaschool.notion.site/lambdaschool/Lambda-School-Git-Flow-Step-by-step-269f68ae3bf64eb689a8328715a179f9) See part 2, submitting an assignment with codegrade
0 commit comments