https://github.com/a-viv-a/venn
generate bluesky activity venn diagrams
https://github.com/a-viv-a/venn
bluesky solidstart venn-diagram
Last synced: 8 days ago
JSON representation
generate bluesky activity venn diagrams
- Host: GitHub
- URL: https://github.com/a-viv-a/venn
- Owner: a-viv-a
- License: mit
- Created: 2025-01-02T23:52:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T19:57:13.000Z (over 1 year ago)
- Last Synced: 2025-01-22T20:28:17.287Z (over 1 year ago)
- Topics: bluesky, solidstart, venn-diagram
- Language: TypeScript
- Homepage: https://venn.aviva.gay
- Size: 233 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# venn
generate bluesky venn diagrams; [venn.aviva.gay](https://venn.aviva.gay)
## Developing
install dependencies
```bash
npm i
```
use `flake.nix` or install [just](https://github.com/casey/just)
```bash
just dev
# run a local build
just build
# generate wrangler types
just typegen
# check for type errors
just check
```
## Deployment
If you wanted to deploy a fork, you should create a new cloudflare pages project
and have it run `./pages_build.sh`, and then deploy `/dist`. Kindly also host
a copy of [svg](https://github.com/a-viv-a/svg), and grep through the source to
find references to `venn.aviva.gay` and `svg.aviva.gay`.
you could definitely make this work on a different serverless platform but no
support for that usecase.
## Contributions
I'll take PRs if they are smaller/low maintenance effort but please open an
issue or reach out so we can agree on if a larger or more significant piece of
work is worth doing. I see this as a neat hack moreso than an ongoing project.