- Node.js
- NPM or Yarn
# Cloning the repository
git clone https://github.com/mateuseap/mateuseap.github.io
# Entering the directory
cd mateuseap.github.io# Installing the npm dependencies
npm install
# Starting the project (development environment)
npm startOpen http://localhost:3000 to view it in the browser. The page will reload if you make edits, you'll also see any lint errors in the console.
Build the project:
npm run buildCommit build folder to gh-pages branch:
npm run deploy