Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katsukixyz/izone-archive
Archiving IZ*ONE-related media
https://github.com/katsukixyz/izone-archive
archive izone nextjs vlive
Last synced: about 1 month ago
JSON representation
Archiving IZ*ONE-related media
- Host: GitHub
- URL: https://github.com/katsukixyz/izone-archive
- Owner: katsukixyz
- License: gpl-3.0
- Created: 2021-07-21T05:02:37.000Z (over 3 years ago)
- Default Branch: prod
- Last Pushed: 2023-06-30T06:27:54.000Z (over 1 year ago)
- Last Synced: 2024-08-01T22:03:36.494Z (5 months ago)
- Topics: archive, izone, nextjs, vlive
- Language: TypeScript
- Homepage: https://izonev.live/
- Size: 1010 KB
- Stars: 28
- Watchers: 1
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- starred - katsukixyz/izone-archive - Archiving IZ*ONE-related media (TypeScript)
README
# IZ\*ONE VLIVE Archive
Media streaming platform for IZ\*ONE VLIVE livestreams
## Structure
The frontend code for the main site is located in `client` using Next.js. See `Local Development` for how to run locally.
The `dogfood` directory includes development environments to sandbox and build out new functionality:
- `dogfood/video-tag` includes a frontend `create-react-app` application and a backend `Express` api to manually modify video metadata like adding/removing video types (VPICK, ENOZI, etc.) via a control panel.
## Contributions
This project is open to contributions! Please see [CONTRIBUTING.md](https://github.com/katsukixyz/izone-archive/blob/prod/CONTRIBUTING.md) for guidelines.
## Local development
Navigate to `client` and run the following:
```
yarn
yarn dev
```The frontend site can now be accessed from `http://localhost:3000`.
## Acknowledgements
Big thanks to the `r/izone` subreddit for initial feedback and suggestions.