There was an error while loading. Please reload this page.
1 parent f42e022 commit b6174c3Copy full SHA for b6174c3
1 file changed
README.md
@@ -12,25 +12,25 @@ This repo houses code for the [ATD Data & Performance Hub](https://data.mobility
12
13
Activate your node environment
14
15
-```shell
16
-$ nvm use
+```bash
+nvm use
17
```
18
19
Install the latest version of npm
20
21
nvm install-latest-npm
22
23
24
Install dependencies
25
26
27
-$ npm install
+npm install
28
29
30
Start the development server
31
32
33
-$ npm run dev
+npm run dev
34
35
36
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
0 commit comments