Skip to content

giovannabbottino/portfolio

Repository files navigation

Giovanna's Portfolio

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

Getting Started 🚀

You'll need Git, Node.js and npm installed on your computer.

How to

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

Technologies ️

Illustrations

Icons

Deployment

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