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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
We welcome patches and features. For any new features added, please make sure we add a unit test to it.
4
4
5
+
## How to setup a local copy
6
+
7
+
Clone the project, run `npm i` and then `npm link` to setup a local copy which you can change. This is helpful so that you can work on it and test it iteratively without having to continually rebuild.
8
+
5
9
## How to improve available templates
6
10
7
11
In case you feel like any of the templates could use any extra features, raise an issue first before you raise a PR. We can discuss any ideas and which would be the right way to implement.
0 commit comments