Frontend for mietenwatch.de
src/pages
: Contains all pages. Pages can be either MDX or JSX templates.src/components
: Contains all React components used throughout the SPA.
First you need to install the project dependencies
npm install
Afterwards running
npm run develop
will start the development server at localhost:8000.
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.