/alfanous-mobile-gui

This project aims to develop mobile interfaces (android/ios) for Alfanous using react-native

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

Alfanous Mobile GUI

Requirements

  1. Nodejs v( 8.* ).
  2. Node Version Manager to switch between node version (optional).
  3. React Native (follow iOS and Android guides).
  4. Alfanous API

Setup

  1. Install dependencies (npm 5.* or yarn)
$ npm install
  1. Run dev mode
$ npm start
  1. Run on android
$ react-native run-android
  1. Run on ios
$ react-native run-ios

Troubleshooting

Could not connect to development server

In a separate terminal window run:

$ react-native start

How to contribute

Do you want to contribute with alfanous-mobile-gui development? Great! Please read more details at CONTRIBUTING.md.

Copyright

Copyright (C) 2010-2017 Alfanous Project.

For license information, see LICENSE.

AUTHORS.md have a list of everyone contributed to Alfanous Mobile Interfaces.