/website

Source code for the website of the deliberative democracy infrastructure.

Primary LanguageSvelteGNU Affero General Public License v3.0AGPL-3.0

# deliberative.io

This is the source code for the decentralized, deliberative democracy platform.

## Developing

```bash
# start the server and open the app in a new browser tab
npm run dev -- --open
```

## Building

To create a production version:

```bash
npm run build
```

You can preview the production build with `npm run preview`.