Skip to content

igor-kan/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

portfolio

A personal portfolio website. (Please update this description with specific details about the individual and the type of work showcased).

Features

  • Sections for About Me, Projects, Skills, Contact
  • Responsive design
  • (Add other relevant features, e.g., blog, resume download)

Getting Started

Prerequisites

  • Node.js (version 18 or higher)
  • npm (or pnpm, if pnpm-lock.yaml is used)

Installation

  1. Clone the repository:
    git clone https://github.com/igor-kan/portfolio.git
    cd portfolio
  2. Install dependencies:
    npm install 
    # or
    # pnpm install

Running the Development Server

To start the development server, run:

npm run dev
# or
# pnpm dev

This will typically start the server on http://localhost:3000.

Technologies Used

  • Next.js
  • React
  • Tailwind CSS
  • (Please confirm and add other technologies used)

Deployment (GitHub Pages)

You can deploy this project to GitHub Pages:

  1. Build the static site: Ensure your Next.js app is configured for static export (e.g., next build && next export). The output directory is usually out.
    npm run build
  2. Install gh-pages:
    npm install --save-dev gh-pages
  3. Update package.json: Add homepage and scripts for deployment. The deploy script should point to the out directory.
    {
      "homepage": "https://igor-kan.github.io/portfolio",
      "scripts": {
        "predeploy": "npm run build", 
        "deploy": "gh-pages -d out" 
      }
    }
  4. Deploy:
    npm run deploy

Custom Domain

You can connect a custom domain to your deployed project. Refer to your hosting provider's documentation for instructions.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •