Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
keirankozlowski authored Apr 12, 2022
1 parent fc88391 commit 7106aed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ Using VSCode, Codegrade and Command Line:
4. DO NOT CREATE A BRANCH. You will be pushing your changes to the main/master today
5. cd into your repo
6. open the terminal in your vs code and type `npm install`
7. next type `npm run test` in your terminal
8. Complete your work making regular commits to main/ master your codegrade score will update each time you make a push.
7. open a split screen terminal with the window button on your terminal
8. next type `npm run test` in one side of your terminal and `npm run start` in the other side
9. Complete your work making regular commits to main/ master your codegrade score will update each time you make a push.

### Task 2: MVP

Expand Down

0 comments on commit 7106aed

Please sign in to comment.