Flupster / minustentv

Code for https://minusten.tv
1 stars 1 forks source link

Minusten.TV

copy .env.example to .env and edit

cp .env.example .env;
ln -s .env ./src/.env
yarn;
yarn build;
yarn start;

new readme to come once feature complete.