/portfolio

The sources of my portfolio

Primary LanguageJavaScript

My portfolio

You can find all sources of my folio in this repo' =)

I use mainly Three.js and GLSL to make a point cloud. If you want to see the render : www.mathis-biabiany.fr

After cloning install all dependencies :

npm i

Task

Start development

It starts a developement server with live reload.

npm start

Prepare for deploy

npm run build

You are good to go !