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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,10 @@ TypeScript cannot handle type information for `.vue` imports by default, so we r
12
12
13
13
## Project Setup
14
14
15
-
First, make a copy of this template repo, and then clone your personal copy (not this repo!).
15
+
1.**Don't clone this repo!**
16
+
1. Instead, look for the green "Use this template" button in the upper right.
17
+
1. Click that, then choose "Create a new repository" from the dropdown menu.
18
+
1. Create a public repo and clone it.
16
19
17
20
Then:
18
21
@@ -32,7 +35,7 @@ This is a simple app that queries the [USGS Earthquake API](https://earthquake.u
32
35
33
36
Explore the code (starting at `main.ts` which is always the entry point of any Vue app) and go from there. Make sure the tests for `QuakeFilter.vue` pass, and—of course—don't modify the test file!
34
37
35
-
Please log your time spent on this and let us know about how long it took you.
38
+
Please log your time spent on this and let us know about how long it took you. Feel free to also keep notes about anything that tripped you up, and we can discuss.
0 commit comments