Unhosted webapp client for Duniter network.
Try it at: http://cesium.duniter.fr
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
- To build on another environment :
- Add your environment config into
app/config.json
- Run compitaltion using option
--env
:
- Add your environment config into
gulp default --env <your_env_name>
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.