Migrated code from Kobold Kid webite amd made a simple static page site.

This commit is contained in:
Lucid Kobold
2025-08-08 19:14:56 -04:00
parent ab1764e015
commit b4a4b8d9bc
78 changed files with 9313 additions and 7230 deletions

21
.gitignore vendored
View File

@@ -3,7 +3,12 @@
# dependencies
/node_modules
/.pnp
.pnp.js
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# testing
/coverage
@@ -23,12 +28,14 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
# env files (can opt-in for committing if needed)
.env*
# yarn
.yarn/*
!.yarn/releases
!.yarn/plugins
.pnp.*
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts