JHS-Viking-Robotics / Java-Hello-World

Are you trying to learn Java for FIRST robotics programming? Then you've come to the right place!
https://jhs-viking-robotics.github.io/Java-Hello-World/
Other
1 stars 1 forks source link

Include instructions for developing on chromebook #2

Closed derickson2402 closed 2 years ago

derickson2402 commented 3 years ago

Students at JHS are given chromebooks for school, so we want them to be able to program directly on the chromebook if possible

derickson2402 commented 3 years ago

Check out this online IDE: https://repl.it

By using this IDE, we can greatly simplify setup for programmers, as well as unlock the ability to program on any device

derickson2402 commented 2 years ago

Did some poking around on Repl.it, it seems pretty good. You can sign up with your GitHub account, and the repository is easy to import and has built in git control. Running ./gradlew build seems to work as well