my personal web page
Here's my technology i used in this project
- React
- TypeScript
- TailwindCSS
- Next 13
- Framer motion
- Dockerfile
- Bun.js
First of all Clone this project
- HTTP
git clone https://github.com/infinitedim/portfolio.git
cd portfolio
- SSH
git clone git@github.com: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
- coming soon
see development demo or see stable demo
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.