Added demo to readme

This commit is contained in:
Joseph Milazzo 2021-06-26 16:33:30 -05:00
parent d8a9a95fc9
commit b0b64cf635

View File

@ -18,7 +18,15 @@ your reading collection with your friends and family!
[![Sponsors on Open Collective](https://opencollective.com/kavita/sponsors/badge.svg)](#sponsors) [![Sponsors on Open Collective](https://opencollective.com/kavita/sponsors/badge.svg)](#sponsors)
</div> </div>
## Goals # Demo
[https://demo.kavitareader.com/](https://demo.kavitareader.com/)
```
Username: demouser
Password: Demouser64
```
## Features
- [x] Serve up Manga/Webtoons/Comics (cbr, cbz, zip/rar, 7zip, raw images) and Books (epub, mobi, azw, djvu, pdf) - [x] Serve up Manga/Webtoons/Comics (cbr, cbz, zip/rar, 7zip, raw images) and Books (epub, mobi, azw, djvu, pdf)
- [x] First class responsive readers that work great on any device (phone, tablet, desktop) - [x] First class responsive readers that work great on any device (phone, tablet, desktop)
- [x] Provide a dark theme for web app - [x] Provide a dark theme for web app
@ -38,8 +46,8 @@ your reading collection with your friends and family!
## Setup ## Setup
### Non-Docker ### Non-Docker
- Unzip the archive for your target OS - Unzip the archive for your target OS
- Place in a directory that is writable. If on windows, do not place in Program Files - Place in a directory that is writable. If on windows, do not place in Program Files, this folder is protected by Windows.
- Linux users must ensure the directory & kavita.db is writable by Kavita (might require starting server once) - Linux users must ensure the directory is writable by Kavita (chown +x Kavita)
- Run Kavita - Run Kavita
- If you are updating, do not copy appsettings.json from the new version over. It will override your TokenKey and you will have to reauthenticate on your devices. - If you are updating, do not copy appsettings.json from the new version over. It will override your TokenKey and you will have to reauthenticate on your devices.