No description
Find a file
Elijah 9dfb84bbd6
All checks were successful
Automated Container Build / build-and-push (push) Successful in 57s
chore: Update website description metadata
2026-06-28 13:05:27 -07:00
.forgejo/workflows Initial commit with CI/CD blueprint 2026-06-27 10:56:48 -07:00
prisma Initial working commit 2026-06-27 19:19:38 -07:00
public Initial working commit 2026-06-27 19:19:38 -07:00
src chore: Update website description metadata 2026-06-28 13:05:27 -07:00
.gitignore Initial working commit 2026-06-27 19:19:38 -07:00
AGENTS.md Initial working commit 2026-06-27 19:19:38 -07:00
CLAUDE.md Initial working commit 2026-06-27 19:19:38 -07:00
dev.db Fix visual pop in, added back button to flash cards 2026-06-27 19:57:58 -07:00
docker-compose.override.yml Initial working commit 2026-06-27 19:19:38 -07:00
docker-compose.yml Initial working commit 2026-06-27 19:19:38 -07:00
docker-entrypoint.sh Initial working commit 2026-06-27 19:19:38 -07:00
Dockerfile Fix Docker build: Install openssl and run as root to fix volume permissions 2026-06-27 20:14:53 -07:00
eslint.config.mjs Initial working commit 2026-06-27 19:19:38 -07:00
next.config.ts Initial working commit 2026-06-27 19:19:38 -07:00
package-lock.json Initial working commit 2026-06-27 19:19:38 -07:00
package.json Initial working commit 2026-06-27 19:19:38 -07:00
postcss.config.mjs Initial working commit 2026-06-27 19:19:38 -07:00
prisma.config.ts Initial working commit 2026-06-27 19:19:38 -07:00
README.md Initial working commit 2026-06-27 19:19:38 -07:00
SKILL.md Initial working commit 2026-06-27 19:19:38 -07:00
study-app-implementation-plan.md Initial working commit 2026-06-27 19:19:38 -07:00
task.md Initial working commit 2026-06-27 19:19:38 -07:00
tsconfig.json Initial working commit 2026-06-27 19:19:38 -07:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.