diff --git a/Project-Setup.md b/Project-Setup.md index 5e41d4e..8fd3541 100644 --- a/Project-Setup.md +++ b/Project-Setup.md @@ -1,7 +1,7 @@ ![Plan Header](http://puu.sh/AXSg7/5f2f78c06c.jpg) # Project Set-Up -Page version: **5.4 build 1390** +Page version: **5.4 build 1485** 0. Install JDK for Java 16 so that you can compile the project. Note that the plugin is compiled to Java 8 despite this, so newer language features are unavailable. @@ -56,6 +56,10 @@ To run CheckStyle checks run > `mavenLocal()` is not included in the repositories of main build.gradle. > If you need locally installed dependencies, add it to the main build.gradle for test builds. +## Web Dev + +You can enable [Web developer mode](https://github.com/plan-player-analytics/Plan/wiki/Html-Customization#web-developer-mode) on the plugin to get your changes to browser when refeshing the page. + # More If you would like to know a bit more how the project is put together before diving in, you can check out [[Project Architecture]]