This is the base repository for the website openpv.de. The website is built using
The whole site is static, reducing the hosting costs as much as possible. The shading simulation happens in the browser, using our npm package simshady.
If you want to deploy this website locally, you need to follow these steps:
- Clone the repository and enter it.
- Make sure that you have node and the node package manager npm installed. Check this by running
node --version npm --version
- Install all required packages from
package.json
by runningnpm install
- To build the code and host it in a development environment, run
and visit localhost:5173.
npm run dev
We have a detailed description in german and english on our About Page.
We thank our sponsors.