-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to 2024.6.1 release / add community link and README (#71)
* Update to 2024.6.1 release. TODO: fix REPL. * Clean up the fake terminal emulation before actually processing the line * Added a helpful README. * Github link description says the right thing. --------- Co-authored-by: webreflection <[email protected]>
- Loading branch information
1 parent
cf8f1ff
commit 4249c06
Showing
3 changed files
with
41 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters