https://github.com/pyscript/pyscript.net
Website for pyscript.net - this is a static html/js site
https://github.com/pyscript/pyscript.net
Last synced: 2 months ago
JSON representation
Website for pyscript.net - this is a static html/js site
- Host: GitHub
- URL: https://github.com/pyscript/pyscript.net
- Owner: pyscript
- Created: 2022-04-30T19:03:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-11T13:00:10.000Z (5 months ago)
- Last Synced: 2025-07-11T15:32:22.113Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.31 MB
- Stars: 1
- Watchers: 11
- Forks: 9
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: news/index.html
Awesome Lists containing this project
README
# PyScript.net Website
This is the static website hosted at
[https://pyscript.net](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](https://docs.pyscript.net/) for
PyScript is found [in this repository](https://github.com/pyscript/docs).
The source code for [PyScript.com](https://pyscript.com/) (the commercial site
for hosting and developing PyScript applications) is an internal project of
[Anaconda](https://anaconda.com) who sponsor the PyScript project.