Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 483 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 483 Bytes

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