Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulohenriqueoliveiradealmeida/portifolio
Portifólio com meus projetos e formas de contato
https://github.com/paulohenriqueoliveiradealmeida/portifolio
github-api react tailwind typescript vite
Last synced: about 1 month ago
JSON representation
Portifólio com meus projetos e formas de contato
- Host: GitHub
- URL: https://github.com/paulohenriqueoliveiradealmeida/portifolio
- Owner: PauloHenriqueOliveiradeAlmeida
- Created: 2024-02-17T23:11:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-24T19:25:53.000Z (10 months ago)
- Last Synced: 2024-03-24T20:29:31.965Z (10 months ago)
- Topics: github-api, react, tailwind, typescript, vite
- Language: TypeScript
- Homepage: https://paulohenrique.vercel.app
- Size: 817 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 👨💻 Meu Portifólio
Este é o repositório do meu portifólio pessoal, que pode ser acessado clicando neste link: https://paulohenrique.vercel.app
## 👾 Stack
![Stack](https://img.shields.io/badge/React-blue?logo=React&logoColor=white&style=for-the-badge) ![Stack](https://img.shields.io/badge/Typescript-blue?logo=typescript&logoColor=white&style=for-the-badge) ![Stack](https://img.shields.io/badge/vite-c330f7?logo=vite&logoColor=white&style=for-the-badge) ![Stack](https://img.shields.io/badge/tailwindcss-blue?logo=tailwindcss&logoColor=white&style=for-the-badge) ![Stack](https://img.shields.io/badge/githubapi-black?logo=github&logoColor=white&style=for-the-badge)
## 🚀 Instalação
Para realizar a instalação, primeiro, clone o repositório em sua máquina:
### 📄 Clonando o repositório
```sh
git clone https://github.com/PauloHenriqueOliveiradeAlmeida/Portifolio.git
```Acesse a pasta:
```sh
cd Portifolio
```### 📦 Instalando pacotes
Instale os pacotes necessários com NPM ou YARN
```sh
# para NPM
npm install# para YARN
yarn
```Pronto! O projeto está pronto para ser testado!
## 🏃 Testando
Para testar execute o seguinte comando utilizando NPM ou YARN:
```sh
# para NPM
npm run dev# para YARN
yarn dev
```Você também pode testar online, acessando o seguinte link:
https://paulohenrique.vercel.app