Skip to content

Latest commit

 

History

History
executable file
·
32 lines (22 loc) · 711 Bytes

README.md

File metadata and controls

executable file
·
32 lines (22 loc) · 711 Bytes

"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