diff --git a/x/examples/outline-pwa/README.md b/x/examples/outline-pwa/README.md index b371d1da..5541f6fc 100644 --- a/x/examples/outline-pwa/README.md +++ b/x/examples/outline-pwa/README.md @@ -1,7 +1,22 @@ -## Outline SDK PWA Example +# Outline PWA -TODO: Add description +> [!CAUTION] +> This is currently a WIP placeholder for the `outline-pwa` project. It has no actual logic in it yet. -```bash -npm run setup +`outline-pwa` will be an sdk example project dedicated to demonstrating how one can use CapacitorJS to wrap an existing website to make it censorship resistant. To load the site you want to test into the project, cd into this directory and run the following command: + +```sh +npm run setup https://www.bbc.com/persian ``` + +This will update the ios and android subprojects with that site's index.html. You will then be able to open those projects in Xcode and Android Studio to see how effectively the entire site loads. + +## Strategies + +### iOS + +TODO + +### Android + +TODO \ No newline at end of file