Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jedrichards/video-app
https://github.com/jedrichards/video-app
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jedrichards/video-app
- Owner: jedrichards
- Created: 2022-10-09T19:36:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-08T16:38:19.000Z (over 1 year ago)
- Last Synced: 2023-12-15T12:41:46.785Z (11 months ago)
- Language: TypeScript
- Homepage: https://jedrichards.github.io/video-app/
- Size: 1.19 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```