pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Added Deployment options (#16)

* Added wrangler.json for deployments

* Updated readme with deployment buttons

authored by

FifthWit and committed by
GitHub
b3ab6740 12d80933

+13
+4
README.md
··· 1 1 # P-Stream 2 2 [![P-Stream Image](.github/P-Stream.png)](https://docs.pstream.org) 3 3 4 + [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fp-stream%2Fp-stream) 5 + 6 + [![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/p-stream/p-stream) 7 + 4 8 **I *do not* endorse piracy of any kind I simply enjoy programming and large user counts.** 5 9 6 10 ## Links And Resources
+9
wrangler.json
··· 1 + { 2 + "name": "p-stream", 3 + "compatibility_date": "2024-06-01", 4 + "pages_build_output_dir": "dist", 5 + "build": { 6 + "command": "npm run build" 7 + }, 8 + "workers_dev": true 9 + }