mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-17 07:48:21 +01:00
26 lines
418 B
Markdown
26 lines
418 B
Markdown
|
## 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
|