Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

CookieCookson/stencil-video-player

Repository files navigation

Built With Stencil

Stencil Video Player

DEMO

Getting Started

To start using this project, clone this repo to a new directory:

git clone git@github.com:CookieCookson/stencil-video-player.git
cd stencil-video-player
git remote rm origin

and run:

npm install
npm start

To view the build, start an HTTP server inside of the /www directory.

To watch for file changes during develop, run:

npm run dev

To build the app for production, run:

npm run build