Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpedroschmitz/codestack-brasil
:writing_hand: A Gatsby blog develop in the series 'Creating a blog with React and Gatsby'
https://github.com/jpedroschmitz/codestack-brasil
blog gatsby react series static-site
Last synced: 21 days ago
JSON representation
:writing_hand: A Gatsby blog develop in the series 'Creating a blog with React and Gatsby'
- Host: GitHub
- URL: https://github.com/jpedroschmitz/codestack-brasil
- Owner: jpedroschmitz
- License: mit
- Created: 2019-03-11T20:35:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:29:14.000Z (11 months ago)
- Last Synced: 2024-10-04T15:22:10.218Z (about 1 month ago)
- Topics: blog, gatsby, react, series, static-site
- Language: JavaScript
- Homepage: https://codestackbrasil.netlify.com
- Size: 1.8 MB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CodeStack Brasil
A Gatsby blog develop in the series ["Creating a blog with React and Gatsby"]((https://www.joaopedro.cc/blog-com-gatsby-e-react-parte-1/)).
You can see this blog live on [codestackbrasil.netlify.com](https://codestackbrasil.netlify.com/).
## Install and run
First of all you need to have `node` and `npm` installed on your machine.
Then, you can clone this repository and run the following commands inside the project folder:
1. `npm install` or `yarn`;
2. `gatsby develop`;To view the project you can open [localhost:8000](http://localhost:8000).
## Roadmap
- Responsive;
- Add ESLint;
- Add Husky;
- Tests and tests;
- Be creative :)## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details the process for submitting pull requests.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.