deliberative / website

Source code for the website of the deliberative democracy infrastructure.

Home Page:https://deliberative.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Source code for the website of the deliberative democracy infrastructure.

https://deliberative.io

License:GNU Affero General Public License v3.0


Languages

Language:Svelte 89.1%Language:TypeScript 9.3%Language:JavaScript 0.8%Language:CSS 0.6%Language:HTML 0.3%