Cesium²
Cesium², running on Duniter v2 (Substrate).
Cesium² use Angular, Ionic 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 16
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 !