Initial Paprika Next.js implementation

This commit is contained in:
2026-07-06 12:12:36 -04:00
commit 7d585484a6
38 changed files with 14824 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
.next/
node_modules/
dist/
coverage/
.env
.env*.local
*.log
tsconfig.tsbuildinfo
git.txt