Skip to content

Commit 7dcdd54

Browse files
committed
Added "Building Manually and Contributing" section
1 parent 7e96d1b commit 7dcdd54

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,15 @@ Now you can use the `HelloWorld` component.
5050

5151
For information on more advanced topics (including precompilation and
5252
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.

0 commit comments

Comments
 (0)