Skip to content

swayam25/swayam25.github.io

Repository files navigation

Swayam

My portfolio website

🚀 Installation

  1. Clone this repository

    git clone https://github.com/swayam25/swayam25.github.io swayam
    cd swayam
  2. Install dependencies

    pnpm i
  3. Start the app

    pnpm run dev -- --port 2500

🌐 Production

  1. Follow steps 1 & 2 from the installation guide. Ignore if already done.

  2. Build the app

    pnpm run build
  3. Preview the app

    pnpm run preview -- --port 2500