well-known-fursona/README.md

25 lines
934 B
Markdown
Raw Permalink Normal View History

# well-known-fursona
2023-05-05 09:30:36 +01:00
[fursona.gmem.ca](https://fursona.gmem.ca)
2023-05-05 09:30:36 +01:00
[blog post](https://blog.gabrielsimmer.com/posts/well-known-fursona/)
2023-05-05 09:30:36 +01:00
small sveltekit+tailwind application for loading and displaying a [fursona schema](https://github.com/theHedgehog0/fursona-schema)
from .well-known/fursona.
2023-05-05 09:30:36 +01:00
deployed to vercel to use their edge functions
2023-05-05 09:30:36 +01:00
## local development
2023-05-05 09:30:36 +01:00
local development uses the vercel cli to ensure the function can be reached locally.
2023-05-05 09:30:36 +01:00
```shell
$ npm i
$ npm run dev-vercel
2023-05-05 09:30:36 +01:00
```
## mirroring to github
Development of this primarily takes place over on [sourcehut](https://git.sr.ht/~gmem/well-known-fursona). Pull requests and issues are welcome to GitHub though, and your patches will be commited
to sourcehut with proper attribution. The repository is mirrored to GitHub on push to allow for easier, non [git send email].(https://git-send-email.io/) contributions. All testing and deployment goes through sourcehut.