Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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'

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.