memowake-front/README.md
2025-07-17 15:44:34 +08:00

18 lines
372 B
Markdown

## Dependencies
### SQLite
- [SQLite](https://sqlite.org/index.html)
```shell
expo install expo-sqlite
cp node_modules/wa-sqlite/dist/wa-sqlite.wasm node_modules/expo-sqlite/web/wa-sqlite/
```
## Build
### EAS Build
```shell
eas build --platform android --profile development
```
### EAS Workflow
```shell
npx eas-cli@latest workflow:run create-production-builds.yml
```