Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mateuseap/mateuseap.github.io

My portfolio
https://github.com/mateuseap/mateuseap.github.io

react tailwindcss typescript

Last synced: 3 days ago
JSON representation

My portfolio

Awesome Lists containing this project

README

        

# mateuseap.github.io

## 🔧 Prerequisites

- Node.js
- NPM or Yarn

```bash
# Cloning the repository
git clone https://github.com/mateuseap/mateuseap.github.io

# Entering the directory
cd mateuseap.github.io
```

## 🚀 Running

```bash
# Installing the npm dependencies
npm install

# Starting the project (development environment)
npm start
```

Open [http://localhost:3000](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:

```bash
npm run build
```

Commit build folder to ``gh-pages`` branch:

```bash
npm run deploy
```