feat: Replace web project skeleton with AI briefing and framework documentation, and remove various development-related files.

This commit is contained in:
1elle1
2026-02-04 20:38:52 +01:00
parent 6c7ae06e58
commit 00dbf6b869
47 changed files with 812 additions and 4590 deletions
-14
View File
@@ -1,14 +0,0 @@
import { Container } from "@/components/layout/Container";
import { Section } from "@/components/layout/Section";
export default function Page() {
return (
<main>
<Section>
<Container>
<p>Ready</p>
</Container>
</Section>
</main>
);
}