/casares-news

ReactJS app that shows the lastest news of the city of Carlos Casares and allows export them in RDF formats (JSON-LD, turtle, n3, etc.)

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

"Casares News" UI

App that shows the lastest news of the city of Carlos Casares and allows export them in RDF formats (JSON-LD, turtle, n3, etc.)

Usage

Visit: https://pastorsin.github.io/casares-news/

Local execution

Requirements

Install

  1. Install dependencies
npm install
  1. Optional: Generate the application server key for webpush notifications (guide) and put it in the .env file
REACT_APP_PUBLIC_VAPID_KEY=<enter_application_server_key>

Run

Run the server

npm start server