Skip to content

yoshikinoue/podcast-freaks

 
 

Repository files navigation

Build Status

Getting started

Local development

yarn
yarn prebuild # Download assets into /static/downloads
yarn dev

Use 'yarn' because it will cause problem on travis ci when you use 'npm'.

Refs:

Deployment from local

yarn build && yarn deploy

or if you have already execute 'prebuild'

yarn build:skip && yarn deploy

or if you want to push directly to Netlify with netlify-cli

yarn build:skip && yarn deploy:netlify

Daily deployment

This project is hosted on Travis CI. With its 'Cron Jobs', all rss seems to be updated on travis and pushed to 'netlify' branch of this project.

Don't use yarn deploy (push-dir) on TravisCI. It will cause Authentication failed.

Forms

[!] You need to align items in form with static/form.html

Ref: https://qiita.com/hiropy0123/items/2e8d14ea66b78ab64847

About

Podcast Freaks - Japanese techie podcast archive

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Vue 67.9%
  • JavaScript 30.1%
  • HTML 1.2%
  • CSS 0.8%