Boot Camp for programmers interested to learn Java.
Please visit: https://albertattard.github.io/java-boot-camp/ to see the Java Boot Camp Github Pages.
-
Install the Javascript libraries
$ npm install
-
Install Ruby Gems
$ bundle install
-
Format the files
$ npm run format
-
Ensure that the files are well formatted
$ npm test
-
Start the local server
$ bundle exec jekyll serve