Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mateuseap/mateuseap.github.io
- Owner: mateuseap
- License: mit
- Created: 2022-05-28T20:59:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T07:29:57.000Z (29 days ago)
- Last Synced: 2025-01-16T08:18:00.223Z (29 days ago)
- Topics: react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://mateuseap.com
- Size: 23.1 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```