Skip to content

Commit 78f858e

Browse files
committed
questions
1 parent fc5deb7 commit 78f858e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Confirm that it was installed:
3232
npm --version
3333
```
3434

35-
If you have trouble getting Node.js installed, please email the course staff or come to office hours.
35+
If you have trouble getting Node.js installed, please come to office hours or [open an issue](https://github.com/stanford-web-security/discussion/issues) in the discussion repository.
3636

3737
### Get the starter code
3838

@@ -163,7 +163,7 @@ Ensure that the sanity tests pass:
163163
npm test
164164
```
165165

166-
This command just runs a basic sanity test that ensures your project has the right structure and you didn't leave any required files blank. If `npm test` doesn't report any errors that doesn't necessarily mean that you've done everything perfectly!
166+
This command just runs a basic sanity test that ensures your project passes `npm run lint`, has the right folder structure, and doesn't have any blank required files. If `npm test` doesn't report any errors that doesn't necessarily mean that you've solved every challenge perfectly!
167167

168168
### The moment of truth
169169

@@ -173,4 +173,8 @@ Submit your work:
173173
npm run submit
174174
```
175175

176-
You should submit early and often! There's no downside to repeatedly submitting. In fact, each time you submit, your code is pushed to GitHub which ensures that if disaster strikes you'll have a backup of your work.
176+
You should submit early and often! There's no downside to repeatedly submitting your assignment. In fact, each time you submit your code is committed and pushed to GitHub which ensures that if disaster strikes you'll have a backup of your work! 😅
177+
178+
## Questions?
179+
180+
Come to office hours or open an issue in the [discussion](https://github.com/stanford-web-security/discussion/issues) repository.

0 commit comments

Comments
 (0)