Skip to content

Commit b6174c3

Browse files
committed
make it easier to copy
1 parent f42e022 commit b6174c3

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@ This repo houses code for the [ATD Data & Performance Hub](https://data.mobility
1212

1313
Activate your node environment
1414

15-
```shell
16-
$ nvm use
15+
```bash
16+
nvm use
1717
```
1818

1919
Install the latest version of npm
20-
```shell
20+
```bash
2121
nvm install-latest-npm
2222
```
2323

2424
Install dependencies
2525

26-
```shell
27-
$ npm install
26+
```bash
27+
npm install
2828
```
2929

3030
Start the development server
3131

32-
```shell
33-
$ npm run dev
32+
```bash
33+
npm run dev
3434
```
3535

3636
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

0 commit comments

Comments
 (0)