Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jedrichards/video-app


https://github.com/jedrichards/video-app

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# video-app

App url https://jedrichards.github.io/video-app/

## Development

With Node and yarn available on your system:

```
yarn install
yarn dev
```

## Deployment

App auto-deploys on push to `main` branch.

> Note that app needs to be build locally before push.

```
yarn build
# Commit and push
```