remove old node code and try to fix bluesky bug

This commit is contained in:
Travis Shears 2025-12-01 17:37:07 +01:00
parent d0a08a5e3f
commit a165321a8e
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
9 changed files with 36 additions and 706 deletions

View file

@ -12,8 +12,21 @@ instance.
- [x] BlueSky
- [ ] Pixelfed
- [x] Mastodon
- [ ] Nostr
- [x] Nostr
## Dev
Run the app locally:
```shell
$ clj -M -m micro-blog.main
```
or just run parts via repl:
```shell
$ clj
```
## Deployment