Find a file
2023-05-21 10:42:11 +01:00
api/[domain] add checking for fursona.json, for web hosts that require a file extension, such as neocities 2023-05-21 10:42:11 +01:00
src add checking for fursona.json, for web hosts that require a file extension, such as neocities 2023-05-21 10:42:11 +01:00
static Initial commit of source code 2023-05-05 09:31:41 +01:00
tests Initial commit of source code 2023-05-05 09:31:41 +01:00
.build.yml Correct mirror github repo 2023-05-07 14:27:54 +01:00
.envrc Initial commit of source code 2023-05-05 09:31:41 +01:00
.eslintignore Initial commit of source code 2023-05-05 09:31:41 +01:00
.eslintrc.cjs Initial commit of source code 2023-05-05 09:31:41 +01:00
.gitignore Initial commit of source code 2023-05-05 09:31:41 +01:00
.npmrc Initial commit of source code 2023-05-05 09:31:41 +01:00
.prettierignore Initial commit of source code 2023-05-05 09:31:41 +01:00
.prettierrc Initial commit of source code 2023-05-05 09:31:41 +01:00
flake.lock Initial commit of source code 2023-05-05 09:31:41 +01:00
flake.nix Initial commit of source code 2023-05-05 09:31:41 +01:00
LICENSE Initial commit of source code 2023-05-05 09:31:41 +01:00
package-lock.json Update README, add Vercel CLI to dev deps 2023-05-07 14:24:49 +01:00
package.json Update README, add Vercel CLI to dev deps 2023-05-07 14:24:49 +01:00
postcss.config.js Initial commit of source code 2023-05-05 09:31:41 +01:00
README.md Add mirroring to github blurb to README 2023-05-07 14:30:16 +01:00
svelte.config.js Initial commit of source code 2023-05-05 09:31:41 +01:00
tailwind.config.js Initial commit of source code 2023-05-05 09:31:41 +01:00
tsconfig.json Initial commit of source code 2023-05-05 09:31:41 +01:00
vite.config.ts Initial commit of source code 2023-05-05 09:31:41 +01:00

well-known-fursona

fursona.gmem.ca

blog post

small sveltekit+tailwind application for loading and displaying a fursona schema from .well-known/fursona.

deployed to vercel to use their edge functions

local development

local development uses the vercel cli to ensure the function can be reached locally.

$ npm i
$ npm run dev-vercel

mirroring to github

Development of this primarily takes place over on sourcehut. 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.