Code Monkey home page Code Monkey logo

ediblesa.com's Introduction

Edible SA Website Redesign

Setup (c9.io)

  • Fork the base repo on your github account from https://github.com/WebDeveloperTutor/ediblesa.com
  • Using git, clone from your fork to your c9.io environment and then cd into the new directory (working directory)
  • If you don't already have the gulp-cli installed run npm install -g gulp-cli
  • If you don't already have jekyll 3.4.3 installed run gem install jekyll -v '3.4.3'
  • Run npm install to install the local dependencies
  • Run gulp in the working directory of the project
  • Preview the running application to verify all works

Getting updates from base repository (Syncing a fork)

  1. List the current configured repository for your fork, run git remote -v
  2. Specify a new remote upstream repository that will be synced with the fork, run git remote add upstream https://github.com/WebDeveloperTutor/ediblesa.com.git
  3. Verify the new upstream repository you've specified for your fork, run git remote -v
  4. Fetch from the upstream repository, run git fetch upstream (Repeat steps 4 - 7 every time before starting your work)
  5. Run, git checkout gh-pages in the case you are in a different branch
  6. Run, git log gh-pages..upstream/gh-pages or git diff gh-pages upstream/gh-pages to see any new changes in the base repo
  7. Only do this if new changes are found in the base repo, run git merge upstream/gh-pages

Creating a pull request after you make a contribution to your local fork

  • After you commit any local changes and have push them to your fork, open the forked repository's page on your github account
  • Create a Pull Request to submit your changes to be reviewed by the admin of the base repo
  • If all works, the admin will notify you that your changes were merged successfully

References

Configuring a remote fork

Syncing a fork

Find changes

ediblesa.com's People

Contributors

btace13 avatar george-perez avatar navarrorc avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.