Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thescientist13/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.
https://github.com/thescientist13/finding-your-github-flow
github oss
Last synced: 7 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/thescientist13/finding-your-github-flow
- Owner: thescientist13
- Created: 2021-10-23T20:06:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-28T15:30:45.000Z (about 3 years ago)
- Last Synced: 2024-10-29T03:41:49.418Z (about 2 months ago)
- Topics: github, oss
- Language: JavaScript
- Homepage: https://pedantic-heisenberg-1d759f.netlify.app/
- Size: 955 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/684363c6-5dd8-4ae4-883d-1d10c6ffb9c6/deploy-status)](https://app.netlify.com/sites/pedantic-heisenberg-1d759f/deploys)
# 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](https://nodejs.org/) LTS installed
1. Clone or fork this repo
1. Install dependencies
```sh
# npm
$ npm i# yarn
$ yarn install
```
1. Start the server!
```sh
$ npm start
```You can now run the deck by opening `localhost:8080` in your browser.