An open API service indexing awesome lists of open source software.

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

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.