This repo contains code for my portfolio . If you find it #cool , then clone it or fork , and make outstanding website of your own. And don't forget to twinkle that little start there...
Make sure you have nodejs and npm installed. Install dependencies with:
npm install
Once it is done you can run it on local server using :
npm start
Or create a production build:
npm run build