add README

This commit is contained in:
a 2022-11-20 03:37:34 -06:00
parent 271530caf5
commit 61a98091a6
1 changed files with 10 additions and 0 deletions

10
README.md Normal file
View File

@ -0,0 +1,10 @@
## Instructions
Add a resource in the `resource/` folder. This will map to the `?resource=` query parameter
```bash
pipenv install
pipenv run uvicorn main:app --port 3464 --workers 1
```
nginx proxy_pass `.well-known/webfinger` to localhost:3464