This repository powers the public Valhalla Portal.
It includes:
- Homepage and studio positioning
- Portfolio of open-source and active projects
- About and Team pages
- Legal pages (Privacy / Terms)
- Shared UI shell with animated background and footer controls
- Next.js (App Router)
- React
- TypeScript
- Tailwind CSS
- Motion (
motion/react) - Three.js + Vanta (background effect)
- Bun (recommended)
bun install
bun run devApp runs on:
http://localhost:3000
bun run lintapp/
components/ # shared UI (navbar, footer, app shell, etc.)
data/ # content datasets used by pages (e.g. projects)
about/ # about page
team/ # team page
portfolio/ # portfolio page
privacy/ # privacy policy
terms/ # terms of service
This repository is licensed under GPL-3.0-or-later.
See LICENCE for details.
Built by Valhalla-Development