This is the static website hosted at https://pyscript.net. It is the homepage for the open source aspects of the wider PyScript project.
- Fork, then clone the site locally.
- Start the site with:
python -m http.server
- View the local version of the site at: http://localhost:8000/
- Make your changes in a well named branch.
- Check your work locally.
- Submit your branch as a PR.
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.