Skip to content

Latest commit

 

History

History
78 lines (55 loc) · 1.64 KB

README.md

File metadata and controls

78 lines (55 loc) · 1.64 KB

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.

node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher 

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