portfolio

Portfolio website. Made with React and ThreeJS

MIT License

Stars
22
Committers
3

Personal portfolio

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