https://github.com/agneym/reco
In Browser Recording Studio 🎥
https://github.com/agneym/reco
ffmp htm preact snowpack webrtc
Last synced: about 1 month ago
JSON representation
In Browser Recording Studio 🎥
- Host: GitHub
- URL: https://github.com/agneym/reco
- Owner: agneym
- Created: 2020-05-03T18:23:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T10:06:37.000Z (7 months ago)
- Last Synced: 2024-10-23T04:18:13.034Z (7 months ago)
- Topics: ffmp, htm, preact, snowpack, webrtc
- Language: JavaScript
- Homepage: https://reco.agney.dev
- Size: 7.88 MB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
R E C O
In Browser Recording Studio
[](https://app.netlify.com/sites/hopeful-shannon-58e0d1/deploys)
**Screenshots:**

## Contributing
Reco uses `npm` for managing dependencies.
Major Dependencies include:
1. [PreactJS](https://preactjs.com/)
1. [HTM](https://github.com/developit/htm)
1. [TailwindCSS](https://tailwindcss.com/)
1. [Framer Motion](https://www.framer.com/motion/)
1. [FFMpegJS](https://github.com/Kagami/ffmpeg.js/)### How to run
```
npm install
npm start
```Browser will be running on http://localhost:8080/
### Build application
```
npm install
npm run build
```Follows @all-contributors specification.