No description
Find a file
Elijah d6f3502cb1
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m2s
Tighten typing and input validation across study pages
2026-07-13 06:55:17 -07:00
.forgejo/workflows Initial commit with CI/CD blueprint 2026-06-27 10:56:48 -07:00
prisma Add study activity tracking and refresh class header UI 2026-07-12 11:44:26 -07:00
public Initial working commit 2026-06-27 19:19:38 -07:00
src Tighten typing and input validation across study pages 2026-07-13 06:55:17 -07:00
.gitignore Add study activity tracking and refresh class header UI 2026-07-12 11:44:26 -07:00
AGENTS.md Update AGENTS.md 2026-07-11 19:29:45 -07:00
CLAUDE.md Initial working commit 2026-06-27 19:19:38 -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
out.css Implement local browser caching for shared groups and UI improvements 2026-07-10 16:01:22 -07:00
package-lock.json Implement local browser caching for shared groups and UI improvements 2026-07-10 16:01:22 -07:00
package.json Implement local browser caching for shared groups and UI improvements 2026-07-10 16:01:22 -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
temp.css Implement local browser caching for shared groups and UI improvements 2026-07-10 16:01:22 -07:00
test.css Implement local browser caching for shared groups and UI improvements 2026-07-10 16:01:22 -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.