kompadre / yourertube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Urrtube (working title)

Work very much in progress.

Setup

cp .env.example .env
# Install php dependencies
cd common && composer install && cd ..
# Install node dependencies
cd services/front && npm install && cd ..
# Start everything up
docker-compose up
# ... and the application should be running on https://localhost 

Disclaimer

Testing a monorepo configuration that is not a pain to work with.

About

License:MIT License


Languages

Language:Svelte 44.5%Language:PHP 39.3%Language:HTML 9.4%Language:Dockerfile 4.5%Language:JavaScript 1.7%Language:TypeScript 0.6%