Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
rotki's usage guide
- Host: GitHub
- URL: https://github.com/rotki/docs
- Owner: rotki
- License: agpl-3.0
- Created: 2024-07-15T15:26:24.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T11:58:43.000Z (about 2 months ago)
- Last Synced: 2024-11-05T12:36:10.621Z (about 2 months ago)
- Topics: documentation, rotki, usage
- Language: TypeScript
- Homepage: https://docs.rotki.com/
- Size: 12 MB
- Stars: 1
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Installation
```
pnpm install
```# Run locally
```
pnpm run dev
```# Build
```
pnpm run build
```# Build and Preview
```
pnpm run preview
```