vwinter.moe ig
Find a file
vWinter 1701913ac3 Fix component formatting with proper max-width containers
- Add max-width containers with mx-auto for proper centering
- Maintain direct padding on outer elements
- Ensure content is properly formatted and responsive
2025-10-19 00:01:58 +03:00
public here my website begins ig 2025-10-15 12:52:54 +03:00
src Fix component formatting with proper max-width containers 2025-10-19 00:01:58 +03:00
.gitignore here my website begins ig 2025-10-15 12:52:54 +03:00
components.json here my website begins ig 2025-10-15 12:52:54 +03:00
Dockerfile Fix Dockerfile ENV format warnings 2025-10-18 11:16:33 +03:00
eslint.config.mjs here my website begins ig 2025-10-15 12:52:54 +03:00
next.config.ts Add Dockerfile with multi-stage build and configure standalone output 2025-10-18 11:02:12 +03:00
package.json here my website begins ig 2025-10-15 12:52:54 +03:00
pnpm-lock.yaml here my website begins ig 2025-10-15 12:52:54 +03:00
pnpm-workspace.yaml approve build 2025-10-18 11:09:50 +03:00
postcss.config.mjs here my website begins ig 2025-10-15 12:52:54 +03:00
README.md Modernize README with project-specific information 2025-10-18 10:59:03 +03:00
tsconfig.json here my website begins ig 2025-10-15 12:52:54 +03:00

Website

A modern web application built with Next.js 15 and a comprehensive UI component library.

Tech Stack

  • Framework: Next.js 15 with App Router
  • Language: TypeScript
  • Styling: Tailwind CSS v4
  • UI Components: Radix UI + Shadcn/ui
  • Form Handling: React Hook Form with Zod validation
  • Charts: Recharts
  • Theme: Dark mode support with Next Themes
  • Package Manager: pnpm

Getting Started

Install dependencies:

pnpm install

Run the development server:

pnpm run dev

Open http://localhost:3000 in your browser.

Scripts

  • pnpm run dev - Start development server with Turbopack
  • pnpm run build - Build for production with Turbopack
  • pnpm run start - Start production server
  • pnpm run lint - Run ESLint

Project Structure

src/
├── app/                # Next.js App Router pages
├── components/ui/      # Reusable UI components
├── lib/                # Utility functions
└── hooks/              # Custom React hooks