From d36c96a617cbf04620b36a20e75e55c9035e1a6b Mon Sep 17 00:00:00 2001 From: pop1040 Date: Thu, 31 Jan 2019 02:05:50 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77ff93e..1db58a4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # Wishlist -Wishlist/ HTML and java source \ No newline at end of file +Wishlist/ HTML and java source +Please make some pull requests with new stuff + +## If you want to work on backend features + +Most of what you want is in `Database.java`, but if you want to fix the IP range whitelisting to support IPv6, that is in the core folder +I recommend eclipse or inteliJ for Java development. Please do not try and push IDE specific files. + +## If you want to work on frontend features + +All webdev files are in the root of the directory. I recommend something like VSCode or Atom for web development (tip: you can open an entire folder with atleast VSCode for easy switching between files) \ No newline at end of file