Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 435 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 435 Bytes

heute-journal

Build Status

This is a small app that shows when the heute-journal will be on air today.

Run locally

To run the server locally you need to install node, npm and yarn. After that follow these steps:

yarn
./bin/cache_data
npm start

The server will be available under localhost:4000.