This project is the code base for the website www.betonwüste.de.
The website will show how land consumption in Bavaria will change between 1980 and 2020.
- Node 16.13.0 LTS
- TypeScript 4.5.4
- Yarn 1.22.17
- React 17.0.2
- Leaflet 1.7.1
- apexhcarts 3.32.1
To run the Project please use the commands in the package.json
- Run
yarn install
to install all required packages and thenyarn start
to execute the project locally
If you want to contribute, please read our contribution guidelines
Before opening a merge request please run the commands yarn lint
and yarn prettier:fix
to avoid any syntax and style issues!