Skip to content

sleepycrow/sonapage

Repository files navigation

🐾 sonapage

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.

Reporting Bugs and Contributing

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.

Local Development

# Serve frontend
bun install
bun dev

# Serve backend (in a separate console)
cd public/api
php -S 127.0.0.1:8000

Deploying

bun run build

# ...then just copy everything in the dist/ folder to your site (make sure you get the hidden, dot-prefixed files!)