https://github.com/jpaulet/podcasthub
Curated Podcast List filtered by topic, description, name.
https://github.com/jpaulet/podcasthub
javascript json nuxtjs podcasts
Last synced: 2 months ago
JSON representation
Curated Podcast List filtered by topic, description, name.
- Host: GitHub
- URL: https://github.com/jpaulet/podcasthub
- Owner: jpaulet
- Created: 2019-02-08T13:20:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T16:22:24.000Z (over 3 years ago)
- Last Synced: 2025-10-08T05:44:13.223Z (9 months ago)
- Topics: javascript, json, nuxtjs, podcasts
- Language: CSS
- Homepage:
- Size: 23.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# podcasthub
> Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).