An open API service indexing awesome lists of open source software.

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.

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`.