Skip to content
Snippets Groups Projects
Commit 3bfee996 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

Mettre à jour README.md

parent 4320437e
Branches
Tags
1 merge request!2Mettre à jour README.md
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
Cesium 2, running on Substrate Cesium 2, running on Substrate
Cesium 2 use Angular 14, Ionic 5 and Capacitor.
# Build # Build
## In a post-it ## In a post-it
...@@ -21,3 +24,14 @@ npm install ...@@ -21,3 +24,14 @@ npm install
# Build and run ! # Build and run !
npm run start npm run start
``` ```
## Build for Android
- Init the android project :
```bash
ionic capacitor add android
npx cap sync
```
- Launch Android Studio
- Open the Android project at `<cesium2s-root>/android`
- Run !
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment