Find a file
2023-05-07 14:24:49 +01:00
api/[domain] Slightly better handling of 404s etc 2023-05-05 23:51:52 +01:00
src Slightly better handling of 404s etc 2023-05-05 23:51:52 +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 Mirror to GitHub 2023-05-07 14:14:43 +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 Update README, add Vercel CLI to dev deps 2023-05-07 14:24:49 +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