Web app to browse movies and playlists from a JSON content collection. It can deep link into a streaming service or home server but for this demo links are just pointing to an example link. The app is able to browse large collections but this example only contains a small amount of movies and playlists to demonstrate functionality.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |