WeThinkCode's grading support system for students and staff.
To get to an installed version of the code using a local box.
- Install conveyor.
- ./gradlew clean jar
- cd vnitpick
- conveyor run # to see it run w/o installing it.
- conveyor make site
- use the ServerKt run configuration
- hit the site "http://localhost:3000/download.html"
[ ] Try the 7 steps above on a Pop box. [ ] Try the 7 steps above on a Mac box. [ ] Jiggle conveyor settings to release as a github release. [X] Make the nitpick project do a fat jar so we can move it to a server. [X] Install a jltk sample in the testData folder. [ ] Add MRU support and standard folders for student and author projects. [ ] Use native file dialogs, or customize native file dialogs? [X] flow isn't using the same test folder arrangement as the others.