/finding-your-github-flow

A presentation aimed at providing a high level overview of the GitHub platform, with the goal of enabling your community to collaborate and communicate effectively together.

Primary LanguageJavaScript

Netlify Status

finding-your-github-flow

Slides to capture a high level overview of some of the most popular and useful features of the GitHub platform, with the goal of helping you and your team find a flow that can help enable your project and community to collaborate and communicate effectively together. Topics covered will include automation, documentation, and useful tips for keeping projects organized.

To operate the deck in full screen, click the "Presenter mode" button and use the left and right arrows keys to navigate through the slides. Hit ESC to exit presenter mode.

Running Locally

If you would like to run this project locally

  1. Have NodeJS LTS installed
  2. Clone or fork this repo
  3. Install dependencies
    # npm
    $ npm i
    
    # yarn
    $ yarn install
  4. Start the server!
    $ npm start

You can now run the deck by opening localhost:8080 in your browser.