Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 616 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 616 Bytes

Contribution Guide for Gatsby Project

Setting up the dev environment

Prerequisites

Install dependencies

npm install

Run the development server

npm run develop

How to contribute

Create a fork of the repository and clone it to your local machine. Make sure you have the latest version of the upstream repository. Create a new branch for your changes and make your changes in that branch. Once you are done with your changes, push the branch to your fork and create a pull request to the upstream repository.