File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -50,3 +50,15 @@ Now you can use the `HelloWorld` component.
50
50
51
51
For information on more advanced topics (including precompilation and
52
52
server-side rendering), check out [ the documentation] ( http://reactjs.net/docs )
53
+
54
+ Building Manually and Contributing
55
+ ----------------------------------
56
+
57
+ When building your own copy of ReactJS.NET (for example, if implementing a new
58
+ feature or fixing a bug), your first build always needs to be done using the
59
+ build script (` dev-build.bat ` ) as this generates a few files required by the
60
+ build (such as ` SharedAssemblyVersionInfo.cs ` ). Once this build is completed,
61
+ you can open ` React.sln ` in Visual Studio and compile directly from Visual
62
+ Studio. Please refer to the [ documentation page on
63
+ contributing] ( http://reactjs.net/dev/contributing.html ) for more information on
64
+ contributing to ReactJS.NET.
You can’t perform that action at this time.
0 commit comments