This is a quick (temporary) guide on how to begin developing for this site.
- Clone the repo.
git clone https://github.com/yordevs/yordevs.github.io- Make sure you have Node installed and install Yarn, then install the dependencies.
yarn install- Run Gatsby to start it watching for changes.
gatsby develop- Happy coding!
The gatsby branch is set up as a protected branch and is used to build and deploy the final code for our website, so don't push directly to it. Instead, please do the following:
- Create a new branch for the feature you're developing, with a descriptive name like
contact-page-content. - Make your changes in that branch.
- Create a pull request with
gatsbyas the destination branch. - Wait for someone to review and approve your changes (1 approval is required), after which they'll be merged into the
gatsbybranch and automatically deployed to the site!
npm install -g gatsby-clinpm install -g yarn