Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agneym/reco
In Browser Recording Studio 🎥
https://github.com/agneym/reco
ffmp htm preact snowpack webrtc
Last synced: about 2 months ago
JSON representation
In Browser Recording Studio 🎥
- Host: GitHub
- URL: https://github.com/agneym/reco
- Owner: agneym
- Created: 2020-05-03T18:23:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T10:06:37.000Z (2 months ago)
- Last Synced: 2024-10-23T04:18:13.034Z (2 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
[![Netlify Status](https://api.netlify.com/api/v1/badges/60fc6191-da87-4d72-a2d9-08b481b2cce9/deploy-status)](https://app.netlify.com/sites/hopeful-shannon-58e0d1/deploys)
**Screenshots:**
![Screenshot of Reco](assets/ss.png)
## 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.