Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bjesus authored Nov 26, 2024
1 parent d889ccb commit 2aa8293
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ The TeaTime web application is completely decoupled from its databases and the f

Since the web application is a static site, and the databases are comprised of static files, both can be easily forked, replicated, and deployed. With the files being served off IPFS, this distributed architecture contributes to TeaTime's resilience.

## Features

- Search by title, author, year or format
- Download files locally
- History
- Cache filess in IndexedDB for fast loading
- Drop files on TeaTime to open a local file
- Dark mode and full screen mode
- No cookies, no login
- **...Completely distributed**

## Developing the Frontend

TeaTime is Nuxt.js application. You can easily run it locally by cloning the repository and following these steps:
Expand Down

0 comments on commit 2aa8293

Please sign in to comment.