- 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 start
Open 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 build
Commit build folder to gh-pages
branch:
npm run deploy