Skip to content

Commit 5363bdf

Browse files
author
Brylie Christopher Oxley
committed
Lint
1 parent 5b730c5 commit 5363bdf

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Repository containing the source code for the new Creative Commons License Choos
88

99
This site is built using [Vue.js](https://vuejs.org/) (and vue-cli).
1010

11-
#### Roadmap
11+
### Roadmap
1212

1313
Tasks, issues, and discussion related to the release of the new chooser are tracked with the [`Launch Milestone`](https://github.com/creativecommons/chooser/milestone/1).
1414

@@ -17,13 +17,16 @@ Tasks, issues, and discussion related to the release of the new chooser are trac
1717
Run the following commands in order to have the code up and running on your machine:
1818

1919
``` bash
20-
# installs dependencies
21-
$ npm install
20+
# install dependencies
21+
npm install
22+
```
2223

23-
# Builds and serves assets with hot-reload
24-
$ npm run serve
24+
```bash
25+
# Build and serve assets with hot-reload
26+
npm run serve
2527
```
26-
You should now have the application running and accessible at http://localhost:8080 (note: will run on a different port if 8080 is occupied, most common alternative port is 8081).
28+
29+
You should now have the application running and accessible at <http://localhost:8080> (note: will run on a different port if 8080 is occupied, most common alternative port is 8081).
2730

2831
## Contributing
2932

@@ -42,7 +45,7 @@ If it says "No results matched your search", then there are no issues currently
4245
You can run tests by executing:
4346

4447
```bash
45-
$ npm run test
48+
npm run test
4649
```
4750

4851
## CSS Build

0 commit comments

Comments
 (0)