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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,10 @@ We've written a [technical overview](./docs/tech-overview.md) that's a good star
23
23
24
24
Getting up and running:
25
25
26
-
1. Ensure you have a working Node.js environment. We recommend using the LTS version of Node and NPM 8+.
27
-
2. Checkout this repository.
28
-
3. Install the dependencies via `npm install`.
29
-
4. Choose from the NPM scripts documented below.
26
+
1. Ensure you have a working [Node.js environment](https://nodejs.org/en/download/). We recommend using the LTS version of Node and NPM version 8 or newer.
27
+
2. Checkout this repository with Git. GitHub have some [learning resources for Git](https://docs.github.com/en/get-started/quickstart/git-and-github-learning-resources) that you may find useful.
28
+
3. Install the dependencies by running `npm install` on the command line in the checkout folder.
29
+
4. Choose from the NPM scripts documented below. Try `npm start` if you're not sure.
0 commit comments