Template is brought by Vini Soares from GDG Divinópolis.
Do you ❤️ it? Show your support - please, ⭐ the project.
You need nodejs to run and yarn to install the dependencies. Refer to package.json's engines fields for the correct versions
$ yarn # install dependencies
$ yarn develop # run development server
$ yarn # install dependencies
$ yarn deploy # deploy to github
- gatsby.js: static site generator
- styled-components: css-in-js library for react which encapsules stylesheets for components and leverages js for logics related to css
- jest: javascript test runner
- eslint: javascript linter
- stylelint: like eslint but for css styles
- prettier: javascript code formatter
- babeljs: code transpiler
This project is still under development, and it is open for contributions. Feel free to send PR. If you have any questions, feel free to contact Vini Soares.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Make your changes
- Run the tests, adding new ones for your code if necessary
- Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Project is published under the MIT license.
Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)