Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 856 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 856 Bytes

ORF Archiv UI

ORF Archiv UI is a web application powered by SvelteKit. It serves links to ORF news stories from multiple sources, which are persisted in a MongoDB document store. This app includes both frontend and backend (Endpoints) code, so no separate backend application is required.

Local Development

Prerequisites

  1. Start and configure a local MongoDB document store (more info)
  2. Install NodeJS and npm, e.g. with Volta

Run DEV server

  1. Optionally: create .env.local (copy from .env file) and configure ORFARCHIV_DB_URL environment variable if your MongoDB is not running on mongodb://localhost:27017
  2. npm install
  3. npm run dev
  4. Visit http://localhost:3001