Skip to content

Commit e002369

Browse files
committed
Added npm run dev command
1 parent 95574e3 commit e002369

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
First, thank you for considering contributing to docsify! It's people like you that make the open source community such a great community! 😊
66

7-
We welcome any type of contribution, not only code. You can help with
7+
We welcome any type of contribution, not only code. You can help with
88
- **QA**: file bug reports, the more details you can give the better (e.g. screenshots with the console open)
99
- **Marketing**: writing blog posts, howto's, printing stickers, ...
1010
- **Community**: presenting the project at meetups, organizing a dedicated meetup for the local community, ...
@@ -21,6 +21,7 @@ After cloning the project, run the following in your terminal
2121

2222
```sh
2323
npm install
24+
npm run dev
2425
npm run build
2526
npx serve .
2627
```

0 commit comments

Comments
 (0)