Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Commit

Permalink
Mention Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 authored Aug 20, 2023
1 parent f32100c commit f7726c5
Showing 1 changed file with 2 additions and 56 deletions.
58 changes: 2 additions & 56 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,57 +1,3 @@
# MediaDB app
# Moved

**MediaDB** is a web-based video streaming service written in Laravel, TypeScript and Vue 3 ([Quasar](https://quasar.dev/)).

Note: MediaDB is still under development. It is recommended to create a fork and sync it with the `main` branch.

## Installation

Follow the main documentation:

<https://francoism90.github.io/mediadb-docs/>

Please consult the following links to learn more about Quasar:

- <https://quasar.dev>
- <https://quasar.dev/quasar-cli/installation>

## Usage

```bash
cd /var/www/html/app
cp .env.example .env
yarn install
```

### Build project (PWA/SPA)

```bash
quasar build -m pwa
quasar build -m spa
```

### Live project

```bash
quasar dev -m pwa
quasar dev -m spa
```

### Live Android project

Please consult the following links to learn more about Capacitor:

- <https://quasar.dev/quasar-cli/developing-capacitor-apps/introduction>
- <https://capacitorjs.com/>

```bash
quasar dev --mode capacitor --target android --ide
```

### Build Android project

```bash
quasar build --mode capacitor --target android --ide
```

Update `src-capacitor/android/app/src/main/res/xml/network_security_config.xml` and `src-capacitor/capacitor.config.json` with your own configured domains.
The project has been moved to https://github.com/francoism90/hub

0 comments on commit f7726c5

Please sign in to comment.