Skip to content

BGizzle/3d-portfolio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, react-three-fiber, and @react-three/drei.

Created by Tomas Gonzalez.

Example:

https://tomasgonzalez.github.io/3d-portfolio/

1e259261e33297933f54648f42df825a.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 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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.3%
  • SCSS 4.4%
  • HTML 3.4%
  • CSS 1.8%
  • Shell 0.1%