My Personal Page ( Portfolio )
heydar-abbas.github.io/portfolio
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
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.
Make sure to install dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Start the development server on http://localhost:3000/portfolio
:
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
# bun
bun run dev
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
Give a ⭐ if you like this website!