A Next.js portfolio site built with Tailwind CSS, TypeScript, and Framer Motion
- Building Framework: Nextjs - Next.js is an open-source web development framework created by Vercel enabling React-based web applications with server-side rendering and generating static websites
- Frontend:
- Tailwind CSS - A utility-first CSS framework for rapid UI development
- TypeScript - A strongly typed programming language that builds on JavaScript
- Framer Motion - A production-ready motion library for React
- Deployed: Vercel Platform - Deployment platform from the creators of Next.js
- clone the repo with the following git command:
git clone https://github.com/joshforlenza/joshuaforlenza.dev.git
- open a terminal in the root directory of the project and run:
npm install
Finally, run the development server:
npm run dev