Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cesium2s
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
Cesium-grp
cesium2s
Merge requests
!2
Mettre à jour README.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Mettre à jour README.md
blavenie-master-patch-40568
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Benoit Lavenier
requested to merge
blavenie-master-patch-40568
into
master
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
3bfee996
1 commit,
2 years ago
1 file
+
14
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
14
−
0
View file @ 3bfee996
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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 !
Loading