Skip to content

Latest commit

 

History

History
71 lines (50 loc) · 1.6 KB

File metadata and controls

71 lines (50 loc) · 1.6 KB

Hassan Elseoudy (semsem.dev)

My personal portfolio website

Tech Stack

Run Project Locally

Follow this guide to get this site running locally:

1. Clone Repository

git clone https://github.com/semsem-dev/semsem-dev.github.io.git
cd semsem-dev.github.io

2. Install Dependencies

npm install

3. Run Development Server

npm run dev

Visit http://localhost:3000 to see the project live.

Environment Variables

The following environment variables are optional but recommended for analytics:

  • NEXT_PUBLIC_UMAMI_WEBSITE_ID: Your Umami website ID.

Build

npm run build

License & Usage

This portfolio is MIT-licensed so you are free to use it as an inspiration. Just make sure you link back to semsem.dev in the footer section as attribution to the original source.