A project containing information about my other projects.
have a look at: https://portfolio-luis-augenstein.netlify.app
On Ubuntu
# install nvm
sudo apt install curl
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
source ~/.bashrc
# install node
nvm install node
# clone repo and install dependencies
git clone https://github.com/LuisAugenstein/portfolio.git
cd portfolio
npm install
# run development server to view the page locally
npm run dev