pib-viewer 0.5.0

A viewer for public governmental data served over OParl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# pib-viewer

An experimental viewer for OParl services.

## Development

This project uses [Dioxus](https://dioxuslabs.com). See their
[introduction](https://dioxuslabs.com/learn/) for information about how to set
up the tooling and build the project.

### Serving pib-viewer

You can start pib-viewer with the following command (once the required tools are
available on your system):

```bash
dx serve
```