Go to file
Resi Respati 348d8f941a fix: move CW overlay inside the video wrapper 2017-12-20 23:43:48 +07:00
.vscode build: initial commit with React 2017-12-19 19:26:16 +07:00
public Finalised Video component display 2017-12-20 22:45:51 +07:00
src fix: move CW overlay inside the video wrapper 2017-12-20 23:43:48 +07:00
.editorconfig build: initial commit with React 2017-12-19 19:26:16 +07:00
.eslintrc.js build: initial commit with React 2017-12-19 19:26:16 +07:00
.gitattributes build: initial commit with React 2017-12-19 19:26:16 +07:00
.gitignore build: initial commit with React 2017-12-19 19:26:16 +07:00
LICENSE chore: re-added license 2017-12-19 21:56:46 +07:00
README.md build: initial commit with React 2017-12-19 19:26:16 +07:00
package.json chore: remove react-paginate 2017-12-20 18:40:29 +07:00
yarn.lock chore: remove react-paginate 2017-12-20 18:40:29 +07:00

README.md

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