No description
https://noah-arndt-serafim.de
- TypeScript 91.6%
- CSS 7.1%
- Dockerfile 0.7%
- JavaScript 0.6%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| app | ||
| components | ||
| lib | ||
| public | ||
| .dockerignore | ||
| .gitignore | ||
| .npmrc | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| components.json | ||
| Dockerfile | ||
| eslint.config.mjs | ||
| LICENSE | ||
| next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.mjs | ||
| README.md | ||
| tsconfig.json | ||
Personal Website
Personal portfolio website built with:
- Next.js
- TypeScript
- Tailwind CSS
- shadcn/ui
Includes:
- portfolio/projects
- blog/articles
- chatbot integration
- multilingual support
Development
Install dependencies:
npm install
Start development server:
npm run dev
Environment Variables
NEXT_PUBLIC_CHAT_API_URL=/api/chat
NEXT_PUBLIC_TURNSTILE_SITE_KEY=...
Production
The site is deployed as a Docker container behind Nginx.