Skip to content

infinitedim/portfolio

Repository files navigation

Portfolio

my personal web page

Tech Stack

Here's my technology i used in this project

  • React
  • TypeScript
  • TailwindCSS
  • Next 13
  • Framer motion
  • Dockerfile
  • Bun.js

Installation

First of all Clone this project

  • HTTP
git clone https://github.com/infinitedim/portfolio.git

cd portfolio
  • SSH
git clone [email protected]:infinitedim/portfolio.git

cd portfolio
  • GITHUB CLI
gh repo clone infinitedim/portfolio

cd portfolio
  • if you want to change name the output you can use -o arguments
git clone https://github.com/infinitedim/portfolio.git -o portfolioNameHasChanged

cd portfolioNameHasChanged

This project use bun as runtime if you not using bun i personally recommend to use yarn

  • Install dependencies
// use npm
npm install

// use yarn
yarn install

// use pnpm
pnpm install

// use bun
bun install

Color Reference

  • coming soon

Demo

see development demo or see stable demo

Authors

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.