More info on how to join this project in this doc: https://docs.google.com/document/d/1Xpya6dcpieb21EmNE0-Mah7I8RzS6q4HO6ayqpE3PU4/
Detailed information regarding this project plan can be found in this doc: https://docs.google.com/document/d/15SNuBZt5T5TQWcdfDaH5MRrNlB_UEXSeflmZHyhFKYQ/
OpenStream is an open-source project for creating a free tool that records screen and webcam footage simultaneously. It's designed for content creators and developed collaboratively through our community on Discord.
To install this extension in your Chrome browser, follow these steps:
git clone
.pnpm i
pnpm dev
chrome://extensions/
in your Chrome browser.build/chrome-mv3-dev
directory.After installation, click on the extension icon in the Chrome toolbar to open the popup window. From there, you can interact with the features provided.
popup.tsx
(Think of this like main entry point in normal React App)."manifest"
field in package.json
.Contributions to this project are welcome. To contribute:
git checkout -b feature/AmazingFeature
).git commit -m 'Add some AmazingFeature'
).git push origin feature/AmazingFeature
).This project is licensed under the MIT License - see the LICENSE file for details.