Skip to content
Snippets Groups Projects
Select Git revision
  • d24b8ee17d9286c532ca8ac92e66b6bf9a86d1e5
  • develop default protected
  • master protected
  • 35-endpoint-discovery-and-filtering
  • bugfix/dorian_rx-state
  • enh/forget-account-dev-mode
  • hugo/i18n
  • feature/test_ci protected
  • feature/release-description
  • hugo-dev
  • demo-cgeek
  • 2.0.0-alpha54
  • 2.0.0-alpha53
  • 2.0.0-alpha52
  • 2.0.0-alpha51
  • 2.0.0-alpha49
  • 2.0.0-alpha48
  • 2.0.0-alpha47
  • 2.0.0-alpha46
  • 2.0.0-alpha45
  • 2.0.0-alpha43
  • 2.0.0-alpha42
  • 2.0.0-alpha41
  • 2.0.0-alpha40
  • 2.0.0-alpha38
  • 2.0.0-alpha37
  • 2.0.0-alpha36
  • 2.0.0-alpha22
  • 2.0.0-alpha21
  • 2.0.0-alpha20
  • 2.0.0-alpha13
31 results

cesium2s

user avatar
bl05b3e authored
d24b8ee1
History

cesium2s

Cesium 2, running on Substrate

Cesium 2 use Angular 14, Ionic 5 and Capacitor.

Build

In a post-it


# Get sources
git clone git@git.duniter.org:clients/cesium-grp/cesium2s.git
cd cesium2s

# Install NodeJS v14+, then deps
nvm use 14
npm install -g @ionic/cli @angular/cli @capacitor/cli
npm install

# Build and run !
npm run start

Build for Android

  • Init the android project :
ionic capacitor add android
npx cap sync
  • Launch Android Studio
  • Open the Android project at <cesium2s-root>/android
  • Run !