Skip to content
Snippets Groups Projects
Forked from clients / Cesium-grp / Cesium
2594 commits behind the upstream repository.
blavenie's avatar
Benoit Lavenier authored
- Add build time on JS path - Fix #55
- Remove menu footer on mobile device - fix #47
- Currency explore: remove duplicate layout for large screen UI - Fix #18
- Build: add minfy, useref and ngInject
- Build: add gulp task 'build:web', that genrate a ZIP for web site deployment
- Generate templates and i18n info JS file
8f297970
History

Cesium

Unhosted webapp client for Duniter network.

Try it at: http://cesium.duniter.fr

Developer

To contribute and compile cesium, you will have to:

  • Installing nvm
  wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash
  • Configure NodeJS to use a version 5:
  nvm install 5 
  • Installing other build dependencies:
 sudo apt-get install build-essential
  • Getting source and installing project dependencies:
  git clone https://github.com/duniter/cesium.git
  cd cesium
  npm install --save
  bower install
  • Compiling and running application
  gulp & ionic serve

Manage configuration

  • To build on another environment :
    • Add your environment config into app/config.json
    • Run compitaltion using option --env:
  gulp default --env <your_env_name> 

Best pratices

Cesium could be run on phone devices. Please read performance tips on AgularJS + Ionic before starting to contribute. Read also Angular performance for large applicatoins.