Minimalistic dev portfolio with MDX based Blog, built in Next.js (app router). It's open source, so feel free to fork or contribute 🖤
Tech | Description |
---|---|
TypeScript | JavaScript on steroids |
Next.js | React based framework |
React | Library for crafting web user interfaces |
MDX | Markdown for the component era |
Framer Motion | Motion library for React |
TailwindCSS | Utility-first CSS framework |
next-themes | Next.js theme detection & switcher |
Vercel analytics | Vercel page analytics tool |
Husky | Git hooks |
ESLint | TypeScript linting |
Prettier | Code formatter |
git clone [email protected]:Zlvsky/czaleski.com.git
cd czaleski.com
npm install
npm run dev