Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 615 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 615 Bytes

Jython Website

This is the source repository for the Jython website.

To develop the website

A quick guide to developing the website locally

  1. Clone this repository
  2. Run bundle exec jekyll serve in the repository. See here for more information on setting up Jekyll
  3. Browse to http://127.0.0.1:4000
  4. View the website locally
  5. Make changes to the source
  6. Refresh the browser page and the changes should be visible
  7. Once you're happy with the changes create a pull request