This repository contains the source code of the ernte-teilen.org project website. For the mapping and data management tools used on ernte-teilen.org/karte and solawi.ch, see the main teikei repository.
This web application is built upon React and Gatsby. It uses Yarn for managing dependencies.
- Install the Node.js runtime
- Install the Yarn package manager
Note: This web application uses sharp for image optimization. This requires libvips
, which should come pre-installed on most UNIX-like systems. If not, use your package manager of choice to install libvips-dev
before installing the node dependencies in the next step.
npm install
npm run dev
npm run build
npm run serve