Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.08 KB

File metadata and controls

58 lines (42 loc) · 1.08 KB

Multitax by Minex

Multitax is a cross-platform application, helping (fictional) Minex employees to handle and manage their Mars exploration.

Minex Minex

Fic Features

  • View Minex community updates
  • Ship driving system (to cross Mars)
  • Sensors Statistics
  • Maps View in different layers Radiation, Geological, Weather, Scan

Views

SplashScreen BNooting Shuit Maps Controls

Run application

  1. Clone the repository
git clone https://github.com/Cotbert2/mutltitax.git
cd ./multitax
  1. Install dependencies
npm install
  1. Initialize the application in debug mode for browser:

To launch in your localhost:

ionic serve

if you want cross-Lan set up use:

ionic serve --host"x.x.x.x"
  1. Open Android App (Android Studio)
npx open android
  1. Open iOS App (Xcode)
npx open ios