All data is loaded from API. API data can be edited in the bezirksregionenprofile-daten repo
npm install
Urls BASE_URL
and API_URL
need to be set in package.json
files
In development mode BASE_URL
defaults to http://localhost:3000
Eventually check for CORS settings of API server if request in build process fail.
npm run dev
or
npm run dev --fix
to auto fix prettier format problems
Adjust urls in packagejson
npm run build
The application is constructed to have an overview page of all pages and a subpage for each 'Bezirk'. As the first prototype is only made for 'Tempelhof-Schöneberg', there is a 'hack' to make Tempelhof-Schöneberg the starting page and exclude the view of the overview of all 'Bezirke'. For this 'hack' the pages folder was adapted. To go back to the view for all 'Bezirke' put the content of the pages_full_site in the pages folder.
The 'Bezirk' page:
The 'Bezirksregion' page:
From each 'Bezirk' detail page (pages/_bz) detail pages for each 'Bezirksregion' can be accessed (pages/_bz/_bzr). The 'Bezirksregion' detail page contains the content of the 'Bezirksregionenprofil'. It contains a long content space which can be filled with different content elements.
Available content elements:
For more information on the data input see the GitHub Repository bezirksregionenprofile-daten.