Skip to content

Commit

Permalink
Update docs and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Sep 6, 2023
1 parent 05713d2 commit 17bec11
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ React Hooks library for [local-first apps](https://www.inkandswitch.com/local-fi

Evolu is designed for privacy, ease of use, and no vendor lock-in.

- The official SQLite Wasm in all browsers and Electron (React Native soon)
- SQLite in all browsers, Electron, and React Native
- E2E encrypted sync and backup with CRDT (merging changes without conflicts)
- Free Evolu server for testing (paid production-ready soon, or you can run your own)
- Typed database schema with branded types (`NonEmptyString1000`, `PositiveInt`, etc.)
Expand Down
2 changes: 1 addition & 1 deletion apps/web/pages/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Evolu runs on all evergreen desktop and mobile browsers.
- Firefox 96+
- Opera 56+

Evolu also runs on Electron. React Native soon.
Evolu also runs on Electron and React Native.

import { Callout } from "nextra-theme-docs";

Expand Down
2 changes: 1 addition & 1 deletion apps/web/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ update("todo", { id, isCompleted: true }, onComplete);

## Features

- The official SQLite Wasm in all browsers and Electron (React Native soon)
- SQLite in all browsers, Electron, and React Native
- E2E encrypted sync and backup with CRDT (merging changes without conflicts)
- Free Evolu server for testing (paid production-ready soon, or you can run your own)
- Typed database schema with branded types (`NonEmptyString1000`, `PositiveInt`)
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ React Hooks library for [local-first apps](https://www.inkandswitch.com/local-fi

Evolu is designed for privacy, ease of use, and no vendor lock-in.

- The official SQLite Wasm in all browsers and Electron (React Native soon)
- SQLite in all browsers, Electron, and React Native
- E2E encrypted sync and backup with CRDT (merging changes without conflicts)
- Free Evolu server for testing (paid production-ready soon, or you can run your own)
- Typed database schema with branded types (`NonEmptyString1000`, `PositiveInt`, etc.)
Expand Down
3 changes: 2 additions & 1 deletion packages/evolu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"keywords": [
"evolu",
"react",
"hooks",
"react-native",
"react-hooks",
"local-first",
"E2EE",
"SQLite",
Expand Down

1 comment on commit 17bec11

@vercel
Copy link

@vercel vercel bot commented on 17bec11 Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

evolu – ./

evolu-git-main-evolu.vercel.app
evolu.dev
evolu.vercel.app
www.evolu.dev
evolu-evolu.vercel.app

Please sign in to comment.