# What is 3d-portfolio?
It is a highly customizable dev portfolio template that features astonishing 3D graphics by taking advantage of webGL.
It is built using [threejs](https://github.com/mrdoob/three.js), [react-three-fiber](https://github.com/pmndrs/react-three-fiber), and [@react-three/drei](https://github.com/pmndrs/drei).
Created by Tomas Gonzalez.
# Example:
https://tomasgonzalez.github.io/3d-portfolio/https://user-images.githubusercontent.com/26396804/193622132-c7e12305-3cbf-4c4c-8992-2f58104a5068.mp4
# Get started!
## First
Start by `forking` this repository, then clone your forked copy and navigate to the root directory.
## Install the dependencies with:
### `yarn`
## Then start the development server with:
### `yarn start`
This runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
## Modify the template to your taste.
There is no coding required to configure the pages of the portfolio.
All the settings that you will ever need to touch are set inside the
`src/configs.js`, `./constants/pageData.js`, and `src/theme.js`
## Video tutorial:
https://youtu.be/fC7e2ONfhUc
## Deploy to github pages
First make sure to create a `gh-pages` branch.
After pushing the branch to GitHub, head over to the `Settings` page of the repository and select in the `GitHub Pages` section the `gh-pages` branch as source.
After that run:
### `yarn deploy`
And thats It! It will automatically deploy to `https://{username}.github.io/{repo-name}`
# More info
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/tomasgonzalez)
# 3d-webgl-portfolio