portfolio icon indicating copy to clipboard operation
portfolio copied to clipboard

Portfolio website. Made with React and ThreeJS

Personal portfolio

Live Site

Install & run

Make sure you have nodejs and npm installed. Install dependencies with:

npm i 

Once it's done start up a local server with:

npm start

To create a production build:

npm run build