well-known-fursona/README.md

21 lines
494 B
Markdown
Raw 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
```