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: CONTRIBUTING.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
- Fork the repository on Github.
4
4
- Clone the repository locally.
5
5
- Make your changes to the code.
6
-
- Run `npm install`.
6
+
- Run `npm install` and `npm run build`.
7
7
- Run `npm link` which creates a symlink and thereby `docsify` can be accessed globally.
8
+
- After each edit, rerun `npm run build` so the new executable would be globally available.
8
9
- We use [commitlint conventional naming rules](https://www.npmjs.com/package/@commitlint/config-conventional#rules) for our commits, make sure that you follow them.
0 commit comments