See Contributing
You can build a fresh copy of react very simply.
- Java JDK 8 must be installed
- JAVA_HOME path might need to be defined (though it may not be needed on all systems) (google is your friend)
To Build React:
- Clone this repository to your computer somewhere
- Execute
build.bat
for Windows orbuild.sh
for Linux or MacOSX - Wait. This may take some time the first time you build react. After the first build, it should take less than 5 seconds.
- Once the terminal exits, You can find the react jar in
release/VERSION/React-VERSION.jar