Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 919 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 919 Bytes

Mietenwatch Frontend

Frontend for mietenwatch.de

Structure

  • src/pages: Contains all pages. Pages can be either MDX or JSX templates.
  • src/components: Contains all React components used throughout the SPA.

Development Setup

First you need to install the project dependencies

npm install

Afterwards running

npm run develop

will start the development server at localhost:8000.

Production Build

In order to compile the page for production, please run

npm run build

Now you should be able to serve ./public to your users.

This project was funded by the German Federal Ministry of Education and Research within the Prototype Fund funding line organized by Open Knowledge Fundation.

gefördert vom BMBF