Skip to content

heydar-abbas/portfolio

Repository files navigation

My Personal Page ( Portfolio )
heydar-abbas.github.io/portfolio

Built With

My personal portfolio which features some of my github projects as well as my resume and technical skills.

This project was built using these technologies.

  • HTML
  • CSS ( SASS )
  • Vanilla Javascript
  • Vite

Getting Started

Clone down this repository. You will need node.js and git installed globally on your machine.

From your command line, first clone Portfolio:

# Clone the repository
$ git clone https://github.com/heydar-abbas/portfolio.git

# Move into the repository
$ cd portfolio

# Remove the current origin repository
$ git remote remove origin

After that, you can install the dependencies.


🛠 Installation and Setup Instructions

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000/portfolio:

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build: http://localhost:4173/portfolio

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Show your support

Give a ⭐ if you like this website!

About

My personal page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published