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

Merge branch 'blavenie-master-patch-40568' into 'master'

Mettre à jour README.md

See merge request !2
parents 4320437e 3bfee996
No related branches found
No related tags found
1 merge request!2Mettre à jour README.md
......@@ -3,6 +3,9 @@
Cesium 2, running on Substrate
Cesium 2 use Angular 14, Ionic 5 and Capacitor.
# Build
## In a post-it
......@@ -21,3 +24,14 @@ npm install
# Build and run !
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.
Finish editing this message first!
Please register or to comment