docs/content/3.client/0.introduction.md

17 lines
566 B
Markdown
Raw Normal View History

2023-12-12 18:36:07 +00:00
---
title: 'Introduction'
---
2023-12-12 18:25:35 +00:00
# Introduction to the client
2023-12-12 21:27:15 +00:00
The client is what the main part of the application, it houses the interface and all of the scraping logic.
## PWA
The client can be optionally ran as a PWA. This can be hard to do correctly and really hard to reverse, so it's generally not recommended to do so if you don't have experience hosting PWA's.
You can read more about it [here](../1.self-hosting/3.about-pwa.md).
## Configuration
The client has a decent amount of configuration options. You can view them all [here](./3.configuration.md).