No description
  • JavaScript 98.7%
  • CSS 0.9%
  • HTML 0.4%
Find a file
Joshua Marsh (icub3d) 5b58787af2
All checks were successful
Build and Deploy / deploy (push) Successful in 1m16s
Simplify HTTPRoute: send to shared Caddy instead of MinIO directly
The marshians cluster now runs a shared Caddy Deployment that handles
MinIO bucket vhost addressing and dir->index.html resolution. This
HTTPRoute shrinks to a 14-line "Host -> caddy:80" form; the
Envoy-Gateway-specific HTTPRouteFilter regex rewrites and the
ExternalName Service this route used to need are gone.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 15:20:12 -06:00
.forgejo/workflows chore: modernize infrastructure to use ingress+minio static hosting 2026-05-16 17:35:52 -06:00
.github feat: init math practice app 2026-02-20 17:53:13 -07:00
k8s Simplify HTTPRoute: send to shared Caddy instead of MinIO directly 2026-05-17 15:20:12 -06:00
public feat: init math practice app 2026-02-20 17:53:13 -07:00
src feat: add Skip Counting, Patterns, and Memory Match games 2026-03-01 11:50:48 -07:00
.gitignore add values-prod.yaml to git and remove from gitignore 2026-04-29 17:39:40 -06:00
eslint.config.js feat: init math practice app 2026-02-20 17:53:13 -07:00
GEMINI.md feat: add 1st grade difficulty and content across all games 2026-02-20 20:04:43 -07:00
index.html feat: init math practice app 2026-02-20 17:53:13 -07:00
package-lock.json chore: update npm packages and audit fix, update Dockerfile to latest nginx 2026-05-15 22:10:16 -06:00
package.json feat: add 3 mini games (add/subtract, word problems, tell time) 2026-02-20 18:00:03 -07:00
README.md feat: init math practice app 2026-02-20 17:53:13 -07:00
vite.config.js feat: init math practice app 2026-02-20 17:53:13 -07:00

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.