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