Skip to content
/ co Public
forked from pixelhumain/comobi

communecter mobile interface based on meteor

License

Notifications You must be signed in to change notification settings

aboire/co

 
 

Repository files navigation

co-mobile

communecter mobile application

dev - commande pour lancer localement

  • installer meteor
  • cloner le projet
  • puis à la racine du projet
meteor npm install

env

MONGO_URL - MONGO_OPLOG_URL -

MONGO_URL='xxx' MONGO_OPLOG_URL='xxx UNIVERSE_I18N_LOCALES=all meteor run --settings settings.json --port 3000

setting file

{
  "galaxy.meteor.com": {
     "env": {
  "ROOT_URL": "",
  "MONGO_URL":"",
  "MONGO_OPLOG_URL":"",
  "METEOR_CORDOVA_COMPAT_VERSION_ANDROID": "",
  "METEOR_CORDOVA_COMPAT_VERSION_IOS": "",
  "UNIVERSE_I18N_LOCALES": "all"
     }
   },
"coenv": "prod",
"environment": "production",
"pushapiKey":"",
"module":"co2",
"endpoint":"",
"mailgunpubkey":"",
"public":{
"module":"co2",
"mapbox": "",
"googlekey": "",
"endpoint":"",
"urlimage":"",
"remoteUrl": "",
"assetPath": ""
}
}

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.9%
  • SCSS 16.2%
  • HTML 15.2%
  • Swift 6.6%
  • Java 2.7%
  • CSS 0.1%
  • Other 0.3%