My personal portfolio website built with Next.js, Tailwind CSS, and Framer Motion, showcasing my projects and sharing a bit about who I am as a developer and designer.
🔗 Live at: danielkadlec.dev
- Framework: Next.js (App Router)
- Bundler: Turbopack
- Styling: Tailwind CSS
- Animations: Framer Motion
- Language: TypeScript
- Deployment: Vercel
Clone the repository and install dependencies:
git clone https://github.com/Decayyer107/Daniel-Kadlec.git
cd Daniel-Kadlec
npm install
Run the development server (with Turbopack):
npm run dev
Build the project for production:
npm run build
Start the production server:
npm start
Then open http://localhost:3000 in your browser.