Skip to content

Commit 5dc2429

Browse files
authored
Merge pull request #77 from jtpio/update-readme
Simplify the README
2 parents efdb58c + f3de436 commit 5dc2429

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,6 @@ You can use this repository in two main ways:
3131
- generate a new repository from this template repository and build and deploy your own site to the corresponding Github Pages site;
3232
- build a release from a PR made to this repository and download the release from the created GitHub Actions artifact.
3333

34-
### Co-opting This Repository to Build a Distribution
35-
36-
*Requires Github account.*
37-
38-
To use this repository to build your own release:
39-
40-
- create a fork of this repository by clicking on one of the files (such as [`requirements.txt`](https://github.com/jupyterlite/demo/blob/main/requirements.txt) and then click on the *edit* button to create your own fork of the repository;
41-
- update the `requirements.txt` file as required (or just cancel the edit if you were simply forking the original repository);
42-
- remove unwanted notebooks from the `contents` directory;
43-
- upload your own notebooks intended for release to that directory;
44-
- from the *Pull Requests* tab of your Github repository, make a pull request of the changes you made back to the main `jupyterlite-demo` repository.
45-
46-
![](https://user-images.githubusercontent.com/82988/132512423-ac5609b7-3e8e-4ea9-80ba-ddb08c9ffebb.png)
47-
48-
The PR will trigger a build on the repository. Go to the [Actions tab](https://github.com/jupyterlite/demo/actions) and find the build triggered by your pull request. When the build has completed, the release will be available as a generated asset.
49-
50-
![](https://user-images.githubusercontent.com/82988/132511258-aff31973-d7e2-4e39-89d5-3feb0ced139b.png)
51-
52-
Download the distribution/generated asset and unzip it, for example into a directory of the form `jupyterlite-demo dist 46`. The directory contains your JupyterLite distribution. To run the distribution via a web browser, it needs to be served by a web server.
53-
54-
If you have Python installed, on the command line change directory into the the unzipped distribution folder and run the command: `python -m http.server`. This will launch a web server from the directory, for example on port 8000. View the website in your browser (for example, at the web location `http://localhost:8000`).
55-
5634
### Using Your Own Repository to Build a Release and Deploy it to Github Pages
5735

5836
*Requires Github account.*

0 commit comments

Comments
 (0)