Skip to content

My current portfolio using Next.js 14, built based on my principles

Notifications You must be signed in to change notification settings

edwinhern/portfolio-v2

Repository files navigation

🌐 edwinhern.com

Build Next.js Application CodeQL Docker Image CI Release

Welcome to the documentation for edwinhern.com, a portfolio designed to showcase cutting-edge web development technologies and design principles.

⚡ Tech Stack & UI Libraries

Here's what powers edwinhern.com, from the framework down to the animation library:

🌟 Useful Links

Explore these tools to further enhance your development workflow:

🛠️ Getting Started

Step 1: 🚀 Initial Setup

Begin by cloning the repository, navigating to the project directory, and installing dependencies. Execute the following command in your terminal:

git clone https://github.com/edwinhern/portfolio-v2.git && cd portfolio-v2 && npm ci

Step 2: 🏃‍♂️ Running the Project

Launch the development server to see your changes in real-time:

npm run dev

To prepare your project for production, build it with:

npm run build

Finally, run your project in production mode:

npm run start