Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 2.79 KB

README.md

File metadata and controls

59 lines (40 loc) · 2.79 KB

🌐 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