Add database integration, auth API, admin/user portals, and deploy-db.sh

This commit is contained in:
2026-06-27 16:40:58 -05:00
parent 26559d4cf8
commit cc59177a74
25 changed files with 1423 additions and 118 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
import MeasuredText from '@/components/MeasuredText';
export default function Home() {
export default function HomePage() {
return (
<main style={{ padding: '2rem', fontFamily: 'system-ui, sans-serif' }}>
<main style={{ padding: '2rem' }}>
<h1>La Huasca</h1>
<p>TypeScript + Next.js scaffold with Pretext text measurement.</p>
<p>Welcome to the TypeScript + Next.js version of La Huasca.</p>
<MeasuredText text="Hello, Pretext!" />
</main>
);