Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarcevicantonio/microblog
https://github.com/sarcevicantonio/microblog
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sarcevicantonio/microblog
- Owner: SarcevicAntonio
- Created: 2023-06-25T22:09:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-28T19:54:14.000Z (about 1 year ago)
- Last Synced: 2024-10-11T12:49:53.462Z (28 days ago)
- Language: TypeScript
- Size: 119 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# microblog
fuck that musk, run your own microblog
## TODO
- [ ] deploy docs
- [x] thread support
- [x] reference parent
- [ ] make thread view
- [ ] mark threads in timeline## Deploy your own
// TODO
## Setup Dev
1. download [pocketbase](https://pocketbase.io/docs/)
1. run `./pocketbase serve`
1. setup at [:8090/_/](http://127.0.0.1:8090/_/?installer#)
1. run `pnpm dev`