Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 854 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 854 Bytes

PyScript.net Website

This is the static website hosted at https://pyscript.net. It is the homepage for the open source aspects of the wider PyScript project.

Developer setup

  1. Fork, then clone the site locally.
  2. Start the site with: python -m http.server
  3. View the local version of the site at: http://localhost:8000/
  4. Make your changes in a well named branch.
  5. Check your work locally.
  6. Submit your branch as a PR.

PyScript Elsewhere

The source code for the documentation for PyScript is found in this repository.

The source code for PyScript.com (the commercial site for hosting and developing PyScript applications) is an internal project of Anaconda who sponsor the PyScript project.