Github: New Edit Delete History Source
Prose.io: Add new Edit
  1. Let’s set up Github on your Personal Device

Let’s set up Github on your Personal Device

  1. Create a Github account.
  2. Ask a current HPS member to give you access permission to the HPS repository, which will link your new account to it.
  3. Download the Github Desktop app to do Git stuff, and the Sublime app to edit files.
  4. Go to our HPS github repository, and using the Github app, clone the repository onto your computer.
  5. To edit files, on the Github app ribbon (File, Edit, View, etc), click “Repository” –> “Open in External Editor” and select Sublime as your editor.
  6. Download Ruby and Jekyll to be able to set up and locally run the website.
  7. 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.