To start using this project, clone this repo to a new directory:
git clone [email protected]: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