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
- Host: GitHub
- URL: https://github.com/rotki/docs
- Owner: rotki
- License: agpl-3.0
- Created: 2024-07-15T15:26:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T08:47:24.000Z (about 1 year ago)
- Last Synced: 2025-04-04T09:42:31.163Z (about 1 year ago)
- Topics: documentation, rotki, usage
- Language: TypeScript
- Homepage: https://docs.rotki.com/
- Size: 28.7 MB
- Stars: 3
- Watchers: 4
- Forks: 11
- Open Issues: 1
-
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
```