Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.33 KB

README.md

File metadata and controls

44 lines (25 loc) · 1.33 KB

Jarchiwum - NextJS

Preview

The app allows users to subscribe their favorite twitch streamers, and watch streams that they have missed.

App simply starts with just demo state of default channels that community of jadisco.pl watch. User then can simply add their own channels and/or remove them. Mark videos as watched and bookmarked.

By default state will be stored in browser localStorage, but you can register simple user account so your data will be stored in firebase for syncing state between browsers you use.

If you are a streamer yo can share link like: https://jarchiwum.pl/your-twitch-name and that will automatically add your channel to users favorites.

Important note: chat on some video page is made by tr0lit poorchat

Tech stack

Frontend

API

Installation

You can just clone repository files and run to install all dependencies:

npm install

After that just run to start server:

npm run dev

To build project:

npm run build

All project files are located in ./src/