This is a personal portfolio website built using Next.js and Tailwind CSS. Deployed on Vercel.
Demo: samsuarez.dev
This project is licensed under the MIT License. See the LICENSE.txt file for details.
- Next.js - React framework for server-rendered or statically-exported React apps
- Tailwind CSS - Utility-first CSS framework
- Vercel - Deployment and hosting platform
- Contentful - Headless CMS
Make sure you have the following installed on your machine:
- Node.js (version 20.x or later)
- npm (version 10.x or later) or yarn (version 1.x or later)
- Git
-
Clone the repository.
-
Install dependencies:
Using npm:
npm install
Or using yarn:
yarn install
To run the development server:
Using npm:
npm run dev