A small fursona schema viewer! Parses and displays .well-known/fursona files! Wow! :3
As of v1.3 of the schema, it supports everything except birthdates.
Please send bug reports, feature suggestions and patches via e-mail, to the appropriate mailing list on the project's sourcehut page. For patches, you might want to use git send-email or -- if you have a sourcehut account -- the "Prepare a patchset" tool on the git repo page. Thanks! <3
As a fallback, this repo is mirrored on GitHub, contributions can also be made there.
# Serve frontend
bun install
bun dev
# Serve backend (in a separate console)
cd public/api
php -S 127.0.0.1:8000bun run build
# ...then just copy everything in the dist/ folder to your site (make sure you get the hidden, dot-prefixed files!)