Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 726 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 726 Bytes

RiedbergTV website and backend

Netlify Status

Build with react and strapi.

Development

npm start                       # starts frontend dev server
cd rtv-backend && npm start     # starts main backend (strapi)
cd custom-backend && npm start  # starts custom backend (express)

Build

npm build   # build frontend to /public

Why two backends?

Strapi handles all admin tasks (e.g. adding new videos, texts, sites) while the 'custom-backend' handles streaming video files (strapi does not handle range requests well) and sending emails via sendgrid.