tildetv-frontend/README.md

483 B

tildetv-frontend

A web player for all videos shared within tilde.town. Sit back and relax.

This project was bootstrapped with Create React App.

Build Setup

A nodejs >= 8.0.0 setup with yarn is recommended.

# install dependencies
yarn

# starts the development server
yarn start

# bundles the app into static files for production
yarn build

# starts the test runner
yarn test