Skip to content

UB-TV/UBTV

Repository files navigation

UBTV

Important

Please see Project Convention before making contribution

Requirements

Setup

If you wanted a one-liner to set this project up, see One-liner Setup section

  1. Clone the repository and cd into it
git clone https://github.com/MirzaHilmi/UBTV
cd UBTV
  1. Install Composer & Node.js packages
composer install
npm install
  1. Create .env file from example & Generate APP Key
cp .env.example .env
php artisan key:generate

One-liner Setup

UNIX-like system

git clone https://github.com/MirzaHilmi/UBTV && cd UBTV && \
composer install && npm install && \
cp .env.example .env && php artisan key:generate

Windows (PowerShell)

git clone https://github.com/MirzaHilmi/UBTV; cd UBTV; composer install; npm install; cp .env.example .env; php artisan key:generate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •