Skip to content

crater-invoice/crater-mobile

Repository files navigation

Introduction

Crater is an open-source web & mobile app that helps you track expenses, payments & create professional invoices & estimates.

This repository contains the source code for the mobile app clients for Crater.

Its built with Expo (React Native).

Please note: To use this app on your mobile device, you need to have the crater app installed on your server. Once the app is installed and configured on your server. You can simply input your endpoint URL and use your app login credentials to log into your account. See here to know more about the web version.

Table of Contents

  1. Installation
  2. Web Version Link
  3. Mobile App Links
  4. Credits
  5. License

Installation

Below are the steps for starting up the crater app locally for development. If you aren't looking to customise or contribute to mobile apps then you can ignore the steps below and use the Crater IOS & Android Apps directly.

  • Clone this repository
  • Install Expo CLI : npm install -g expo-cli
  • Change your current working directly in terminal to the cloned folder: cd crater
  • run command: npm start

Web

Mobile App Links

Copyright

© 2021 Crater Invoice, Inc.

License

Crater is released under the GNU AFFERO GENERAL PUBLIC LICENSE Version 3. See LICENSE for details.

Release Channels:

  • development
  • staging
  • production
  • production-4

Example: expo build:ios --release-channel staging

expo build:android -t app-bundle --release-channel staging