Skip to content

mateuseap/mateuseap.github.io

Repository files navigation

mateuseap.github.io

🔧 Prerequisites

  • Node.js
  • NPM or Yarn
# Cloning the repository
git clone https://github.com/mateuseap/mateuseap.github.io

# Entering the directory
cd mateuseap.github.io

🚀 Running

# 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.

🧙‍♂️ Useful commands

Build the project:

npm run build

Commit build folder to gh-pages branch:

npm run deploy