https://github.com/hmontarroyos/curriculum
Curriculum desenvolvido via template no Gastby no Workshop portfolio dev de palco com Gatsby e D3.js no DoWhile 2020.
https://github.com/hmontarroyos/curriculum
curriculum dowhile2020 front-end gastby porfolio-website
Last synced: 3 months ago
JSON representation
Curriculum desenvolvido via template no Gastby no Workshop portfolio dev de palco com Gatsby e D3.js no DoWhile 2020.
- Host: GitHub
- URL: https://github.com/hmontarroyos/curriculum
- Owner: HMontarroyos
- Created: 2020-12-14T22:26:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T19:38:13.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T13:57:44.445Z (4 months ago)
- Topics: curriculum, dowhile2020, front-end, gastby, porfolio-website
- Language: JavaScript
- Homepage: https://portfolio-seven-beige.vercel.app/
- Size: 2.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Curriculum |
Tecnologias Utilizadas |
Como Instalar o Projeto |
Como usar |
Deploy da aplicação
## Curriculum
#### Desktop
#### Mobile
Este projeto foi desenvolvido no Workshop Portfolio dev de palco com Gatsby e D3.js no DoWhile 2020.
Template Baseado totalmente no Projeto do anubhavsrivastava
deixo os devidos creditos ao mesmo e o link do Repositorio Original[Repositorio Original do Template](https://github.com/anubhavsrivastava/gatsby-starter-resume).
Template Original [aqui](https://anubhavsrivastava.github.io/gatsby-starter-resume/)
### Tecnologias Utilizadas
[![Gatsby][Gatsby]][Gatsby-url]
### Utilitários
[![Vercel][Vercel]][Vercel-url]
### Como Instalar o Projeto
Certifique-se de ter o programa Gatsby CLI instalado:
```sh
npm install --global gatsby-cli
```E execute a partir de sua CLI:
```sh
gatsby new https://github.com/anubhavsrivastava/gatsby-starter-resume
```Então você pode executá-lo:
Após Clonar o Projeto, já em sua maquina utilize o seguinte comando para baixar suas dependências.
```sh
npm install
```
Ou em alguns caso será necessario executar o comando passando algumas flags```sh
npm install --legacy-peer-deps
```Após baixar todas as Dependências do Projeto dentro da pasta Raiz, inicie o Servidor com o Comando:
```sh
gatsby develop
```### Como usar
Para Inicializar o Projeto
Abrir [http://localhost:8000](http://localhost:8000) vizualizar no Navegador.
O Gatsby roda por default na porta 8000
### Para Personalizar o Template
Edite `config.js` para colocar seus detalhes
```javascript
module.exports = {
siteTitle: 'Gatsby Starter Resume', //
...
firstName: 'Anubhav',
lastName: 'Srivastava',
// social
socialLinks: [
{
icon: 'fa-github',
name: 'Github',
url: 'https://github.com/anubhavsrivastava',
}
...
],
};```
### Deploy da aplicação
[![Deploy][Deploy]][Deploy-url]
### 🚀 Let's code! 🚀 ###
[contributors-shield]: https://img.shields.io/github/contributors/HMontarroyos/curriculum.svg?style=for-the-badge
[contributors-url]: https://github.com/HMontarroyos/curriculum/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/HMontarroyos/curriculum.svg?style=for-the-badge
[forks-url]: https://github.com/HMontarroyos/curriculum/fork
[stars-shield]: https://img.shields.io/github/stars/HMontarroyos/curriculum.svg?style=for-the-badge
[stars-url]: https://github.com/HMontarroyos/curriculum/stargazers
[issues-shield]: https://img.shields.io/github/issues/HMontarroyos/curriculum.svg?style=for-the-badge
[issues-url]: https://github.com/HMontarroyos/curriculum/issues
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/hebertmontarroyos-developer/[Gatsby]: https://img.shields.io/badge/Gatsby-%23663399.svg?style=for-the-badge&logo=gatsby&logoColor=whit
[Gatsby-url]: https://www.gatsbyjs.org/docs/building-with-components/[Vercel]: https://img.shields.io/badge/Vercel-000000?style=for-the-badge&logo=vercel&logoColor=white
[Vercel-url]: https://vercel.com/
[Deploy]: https://img.shields.io/badge/Vercel-000000?style=for-the-badge&logo=vercel&logoColor=white
[Deploy-url]: https://hebertmontarroyos.com.br/