This project is a website that displays a 3D Portfolio using React JS
git clone https://github.com/fadhildwia/portfolio-3D-tailwind-threejs-graphql.git
cd portfolio-3D-tailwind-threejs-graphql
yarn
#or
npm install
.env.example
to .env
:# Put your VITE_PUBLIC_GRAPHCMS_ENDPOINT credential in .env file
cp .env.example .env
yarn dev
#or
npm run dev
Feel free to explore the code and adapt it to suit your needs! If you encounter any issues or have suggestions for improvements, please don't hesitate to open an issue or submit a pull request.