A mashup of the best sites on the internet aggregated for busy people
- Make sure you’re up and running with Node.js v15+ (e.g. by using nvm and running
nvm use
) - Clone this repository
- Run
yarn
(oryarn install --frozen-lockfile
to prevent version mismatches) - Copy
.env.example
to.env
and fill in the respective values
This repository consists of two main packages.
api
= ETL process importing news feeds and serving them using a local HTTP serverui
= the main single-page application displaying theapi
data
yarn build
Next, you need to deploy the built files to your environment/server/container.
yarn start
Head over to http://localhost:3000/.
yarn deploy