Install Node.js and npm
npm install
npm start
Open http://localhost:3000/ in the browser
docker build -t portfolio:latest .
docker run -it --rm -p 3001:3000 -e REACT_APP_GITHUB_TOKEN="somelongtoken" react-portfolio
docker login
docker images
docker tag bb38976d03cf mikehanson/portfolio:latest
docker push mikehanson/portfolio
npm install -g npm@(VERSION)
Pull requests are welcome.