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

https://github.com/rotki/docs

rotki's usage guide
https://github.com/rotki/docs

documentation rotki usage

Last synced: 12 months ago
JSON representation

rotki's usage guide

Awesome Lists containing this project

README

          

# Installation

```
pnpm install
```

# Run locally

```
pnpm run dev
```

# Build

```
pnpm run build
```

# Build and Preview

```
pnpm run preview
```