Source repository for Git Guts initiative website.
This project requires:
- Node.js in 8.3.0 version (or higher)
- Gatsby CLI globally installed
npm install
Before running project in development code you need to copy dev-example.env file in config directory with name dev.env and adjust the configuration in it. After that simply run command:
gatsby develop
This project is using Prettier for code formatting. You can manually format the code in whole project with following command:
npm run format
But it's more convenient to have an IDE plugin that will format edited file on each save. Instructions how to setup Prettier in particular IDEs:
- WebStorm - built in support (setup instructions)
- Visual Studio Code - via prettier-vscode plugin
This project is licensed using MIT license. For more details see License file.