https://github.com/flet/episode.lol
:tv: Pick a random episode of your favorite TV show!
https://github.com/flet/episode.lol
Last synced: 3 months ago
JSON representation
:tv: Pick a random episode of your favorite TV show!
- Host: GitHub
- URL: https://github.com/flet/episode.lol
- Owner: Flet
- License: mit
- Created: 2020-06-15T15:48:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T22:18:27.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T20:38:24.877Z (5 months ago)
- Language: Vue
- Homepage: https://episode.lol
- Size: 2.05 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# episode.lol
[https://episode.lol](https://episode.lol)
> Pick a random episode of your favorite TV show!
## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).