Media streaming platform for IZ*ONE VLIVE livestreams
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 frontendcreate-react-app
application and a backendExpress
api to manually modify video metadata like adding/removing video types (VPICK, ENOZI, etc.) via a control panel.
This project is open to contributions! Please see CONTRIBUTING.md for guidelines.
Navigate to client
and run the following:
yarn
yarn dev
The frontend site can now be accessed from http://localhost:3000
.
Big thanks to the r/izone
subreddit for initial feedback and suggestions.