Modern Tech Stack
TypeScript, Next.js 14+, Prisma ORM, Tailwind CSS, and PostgreSQL with complete type safety.
Complete full-stack development documentation with DevOps automation

Get up and running in minutes with the container-first development environment:
# Clone the repository
git clone https://github.com/rumankazi/rk-website-core.git
cd rk-website-core
# Open in VS Code Dev Container
code .
# Click "Reopen in Container" when prompted
# Install dependencies
pnpm install
# Start development server
pnpm devThis project follows a container-first development strategy with:
โโโ src/app/ # Next.js App Router
โโโ src/components/ # Reusable UI components
โโโ src/lib/ # Database, auth, and utilities
โโโ prisma/ # Database schema and migrations
โโโ tests/ # Unit, integration, and E2E tests
โโโ docs/ # VitePress documentation
โโโ infrastructure/ # Terraform IaC configurations
โโโ .devcontainer/ # VS Code Dev Container setup
โโโ .github/workflows/ # CI/CD automationDevelopment Philosophy
This project emphasizes learning through building - documenting every decision, implementing best practices, and automating everything possible for a production-ready development experience.