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:
yarn build && yarn deployor if you have already execute 'prebuild'
yarn build:skip && yarn deployor if you want to push directly to Netlify with netlify-cli
yarn build:skip && yarn deploy:netlifyThis 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.
[!] You need to align items in form with static/form.html
Ref: https://qiita.com/hiropy0123/items/2e8d14ea66b78ab64847