Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🎥

Awesome Lists containing this project

README

        



Screenshot of Reco

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.