mirror of
https://github.com/amark/gun.git
synced 2026-03-19 22:58:45 +00:00
relay-sqlite-example (#1403)
* relay-sqlite-example Manager+Adapter * Update README.md
This commit is contained in:
26
examples/relay-sqlite-example/README.md
Normal file
26
examples/relay-sqlite-example/README.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# gun-relay-sqlite
|
||||
|
||||
Manager+Adapter Stable version
|
||||
|
||||
Support iOS & Android
|
||||
|
||||
# Quickly build a relay manager and Gun storage adapter with sqlite persistence.
|
||||
|
||||
```base
|
||||
yarn install
|
||||
```
|
||||
|
||||
```base
|
||||
yarn build
|
||||
```
|
||||
|
||||
```base
|
||||
npx cap sync
|
||||
```
|
||||
|
||||
```base
|
||||
npx cap open ios | android
|
||||
```
|
||||
|
||||
# Preview
|
||||

|
||||
Reference in New Issue
Block a user