App that shows the lastest news of the city of Carlos Casares and allows export them in RDF formats (JSON-LD, turtle, n3, etc.)
Visit: https://pastorsin.github.io/casares-news/
- Install dependencies
npm install- 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 the server
npm start server