Skip to content

Commit

Permalink
Update Development.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Jan 1, 2024
1 parent 78818af commit bce4ad0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,26 @@ pnpm build:expo-sdk

This will use EAS to create an Expo Go that has our native features.

### Update build-in tiddlywiki plugins

There are some plugins in `plugins/src` folder. You can build them by running `pnpm build:plugin`.

The generated `.html` file should be commit to the git.

## Release

Update version number in `app.json`, and tag commit with `eas-vx.x.x`, then it will use eas cli to ask EAS to build the apk.

You cal also run this locally to test it.

```sh
pnpm build:android-apk
```

This will use Expo's EAS to build. It only have limited free tries, so be sure tested locally before run this.

Build the api in the github action can be triggered by tagging `fdroid-v*.*.*`, but this is still a WIP.

## FAQ on setting up development environment

### None of these files exist: \* node_modules/expo/AppEntry
Expand Down

0 comments on commit bce4ad0

Please sign in to comment.