/portfolio

Personal Portfolio with Three.js

Primary LanguageJavaScriptMIT LicenseMIT

Portfolio

Install & run

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

yarn

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

yarn start

To run tests:

yarn test