fedipage/README.md

26 lines
418 B
Markdown
Raw Normal View History

2023-10-08 07:35:17 +02:00
## Generate Activity Pub key
```bash
npm install ts-node typescript '@types/node'
./node_modules/.bin/ts-node --esm generateKeys.mts
```
## Setup firebase
Setup the things
## Setup Vercel
Setup the things
## Trigger post deploy
```
curl -G -X POST --data-urlencode token="<token>" https://flear.org/send-note
```
# License
This project (excluding post content itself) is released under the Apache License v2