Welcome to my portfolio! This project was made based on Developer Folio, an open software project, and customized for my experiences.
You can see my website here
You'll need Git, Node.js and npm installed on your computer.
[email protected] or higher
[email protected] or higher
[email protected] or higher
From your command line, clone and run:
# Clone this repository
git clone https://github.com/giovannabbottino/portfolio/
# Go into the repository
cd portfolio
Using npm
# Install dependencies
npm install
# Run server
npm start
Using docker
# build image
docker build -t portfolio:latest .
# Run server
docker run -t -p 3000:3000 portfolio:latest
Using docker-compose
# build and Run server
docker-compose up -d --build
Don't forget to put your website online. I used Github Pages, cuz was free and easy. And I highly recommend.
Just run:
npm run deploy