Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvictorfarias/my-blog
:notebook: Meu primeiro blog feito em GatsbyJS
https://github.com/jvictorfarias/my-blog
gatsbyjs graphql pwa reactjs styled-components
Last synced: about 2 months ago
JSON representation
:notebook: Meu primeiro blog feito em GatsbyJS
- Host: GitHub
- URL: https://github.com/jvictorfarias/my-blog
- Owner: jvictorfarias
- License: mit
- Created: 2020-05-27T12:38:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T19:51:10.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T06:03:47.407Z (almost 2 years ago)
- Topics: gatsbyjs, graphql, pwa, reactjs, styled-components
- Language: JavaScript
- Homepage: https://jvictorfarias.netlify.app/
- Size: 4.24 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![The MIT License](https://img.shields.io/badge/license-MIT-green.svg?style=flat-square)](http://github.com/jvictorfarias/my-blog/LICENSE.md)
![GitHub last commit](https://img.shields.io/github/last-commit/jvictorfarias/my-blog?color=green&style=flat-square)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/a03a84b1f0034fe28b676f2a0c3fcfd6)](https://www.codacy.com/manual/jvictorfarias/my-blog?utm_source=github.com&utm_medium=referral&utm_content=jvictorfarias/my-blog&utm_campaign=Badge_Grade)
![GitHub top language](https://img.shields.io/github/languages/top/jvictorfarias/my-blog?style=flat-square)
:fire: Prévia da Aplicação |
:rocket: Tecnologias Usadas |
:hammer: Deploy da Aplicação |
:thinking: Como Contribuir? |
:zap: Executando o Projeto## 🚀 O projeto
---
Meu blog pessoal com informações sobre mim, posts sobre tecnologia e programação, além de
projetos desenvolvidos por mim(Em construção)## :fire: Prévia da Aplicação
---
### :rocket: Tecnologias Usadas
---
O projeto foi feito com as seguintes tecnologias:
- [GatsbyJS](https://www.gatsbyjs.org/)
- [ReactJS](https://pt-br.reactjs.org/)
- [GraphQL](https://graphql.org/)
- [Styled-Components](https://styled-components.com/)
{...}## :hammer: Deploy da Aplicação
---
- [Netlify](http://jvictorfarias.netlify.app/)
## 🧐 Como Contribuir?
---
**Faça um fork deste repositório**
```bash
# Clone o seu fork
$ git clone url-do-seu-fork && cd my-blog# Crie uma branch com sua feature ou correção de bugs
$ git checkout -b minha-branch# Faça o commit das suas alterações
$ git commit -m 'feature/bugfix: minhas alterações'# Faça o push para a sua branch
$ git push origin minha-branch
```Depois que o merge da sua pull request for feito, você pode deletar a sua branch.
## :zap: Executando o Projeto
---
#### Clonando o projeto
```sh
$ git clone https://github.com/jvictorfarias/my-blog.git
$ cd my-blog
```#### Iniciando o projeto
---
```sh
$ cd web
$ yarn && yarn develop
```### :memo: Licença
---
Este projeto é desenvolvido sob a licença MIT. Veja o arquivo [LICENSE](LICENSE.md) para saber mais detalhes.
Feito com :purple_heart: by Joao Victor Farias