Go to our HPS github repository, and using the Github app, clone the repository onto your computer.
To edit files, on the Github app ribbon (File, Edit, View, etc), click “Repository” –> “Open in External Editor” and select Sublime as your editor.
Download Ruby and Jekyll to be able to set up and locally run the website.
In the Github Desktop, open the Command Prompt inside your cloned repository under “Repository” –> “Open in Command Prompt”. Then, to run the website locally, run the command “bundle exec jekyll serve” in the Command Prompt.
This may vary based on your Operating systems, if it’s not Windows 10.