-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3bbf098
commit 0266f61
Showing
1 changed file
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |