#"PW SLides" PW Slides is a presentation tool built upon impress.js(). The slides are created from a google spreadsheet of responses and utilizes Google API.
Visit PWSlides.netlify.com
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
node
, andyarn
. - You have a
<Windows/Linux/Mac>
machine. (I have not tested on Linux, but should work fine) - You have read SUPPORT.md.
- React.js (Create-React-App)
- Impress-JS
- Material-UI
- Google Sheets Api
- Netlify Deployment
Documentation links can be found in SUPPORT
First off, thank you for considering contributing to the MOBB. It’s people like you that make the MOBB such a great tool.
- Fork this repo
- Create a branch:
git checkout -b <branch_name>
(feature? bug?). - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request. (Dont forget to test!)
Thanks to the following people who have contributed to this project:
- @DevCollectiv 📖💻🤔
⚠️
Content is released under Mozilla Public License Version 2.0. See LICENSE.md for complete details, including attribution guidelines, contribution terms, and software and third-party licenses and permissions.
- _As an employee at Perkins and Will, I would like to a slide-show of "Shout Outs" submitted from my peers over the last month.
- _As an employee, I would like to submit shout outs for a coworker.
- _As an employee in the DC Office, I would like to see shoutouts from other offices around the world.
Try to name branches in a descriptive way, master
, ft-<featureName>
, fix-<fixName>
, etc...
No pull requests will be merged into master
branch.