https://github.com/yadler97/mandatsrechner
A small program to calculate the amount of mandates based on the vote share per party for upcoming parliament elections in Austria.
https://github.com/yadler97/mandatsrechner
austria elections svelte sveltekit
Last synced: about 2 months ago
JSON representation
A small program to calculate the amount of mandates based on the vote share per party for upcoming parliament elections in Austria.
- Host: GitHub
- URL: https://github.com/yadler97/mandatsrechner
- Owner: yadler97
- Created: 2024-05-09T14:50:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-10-07T14:57:28.000Z (2 months ago)
- Last Synced: 2025-10-13T19:33:30.291Z (about 2 months ago)
- Topics: austria, elections, svelte, sveltekit
- Language: JavaScript
- Homepage:
- Size: 2.58 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mandatsrechner
A small program to calculate the amount of mandates based on the vote share per party for upcoming parliament elections in Austria.
## Developing
Once you've installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
## Building
To create a production version of the app:
```bash
npm run build
```
You can preview the production build with `npm run preview`.