The project is being developed in React, with the intention of showing the technologies that I have studied and am studying, such as React with EmailJs, Firebase, Routes...
Project Link: https://portfolio-schirmer.netlify.app/
Before starting, you will need to have the following tools installed on your machine: Git, Node.js. Also it's nice to have an editor to work with the code like VSCode
# Clone this repository
$ git clone https://github.com/deniseschirmer/portfolio
# Access project folder in terminal/cmd
# Install the dependencies
$ yarn
# or
$ npm install
# Run the application in development mode
$ yarn dev
# or
$ npm run dev