Skip to content

Commit dff49b8

Browse files
committed
Add Readme
1 parent 73cc017 commit dff49b8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

demos/TodoSQLite/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# .NET MAUI ToDo List Demo App
2+
3+
## To test (we currently recommend testing on iOS):
4+
1. You need to have one of our Node.js self-host demos ([Postgres](https://github.com/powersync-ja/self-host-demo/tree/main/demos/nodejs) | [MongoDB](https://github.com/powersync-ja/self-host-demo/tree/main/demos/nodejs-mongodb) | [MySQL](https://github.com/powersync-ja/self-host-demo/tree/main/demos/nodejs-mysql)) running, as it provides the PowerSync server that this demo's SDK connects to.
5+
2. In the root directly run:
6+
1. `dotnet run --project Tools/Setup`
7+
2. `dotnet restore`
8+
3. cd into this directory: `* cd demos/TodoSQLite `
9+
4. run `dotnet build -t:Run -f:net8.0-ios`
10+
1. Or specify an iOS simulator identifier e.g.: `dotnet build -t:Run -f:net8.0-ios -p:_DeviceName=:v2:udid=B1CA156A-56FC-4C3C-B35D-4BC349111FDF`
11+
12+
## Current known issues:
13+
* Switching from offline to online mode isn't yet handled
14+
* Android has some instability
15+

0 commit comments

Comments
 (0)