Skip to content
/ mobile Public
forked from fieldkit/mobile

main mobile app for connecting to and interacting with station hardware

License

Notifications You must be signed in to change notification settings

adgrig/mobile

 
 

Repository files navigation

README for app

Developers

iOS / XCode

Opening in XCode, use xcworkspace, otherwise you’ll get build errors regarding missing frameworks.

Migrations

New Migrations

There’s is a tool in the repository to create a new repository and can be run like so:

	tools/mkm.sh title_of_migration

Where `title_of_migration` is a short description of the change. After running that there will be a new migration file and the index.js will be updated to include that migration in future runs.

Some caveats:

  1. The class name in the generated migration will use the title_of_migration casing and should be updated to reflect our naming convention. I hope to fix this eventually.
  2. If the app is running under the debugger then after running that command the app will reload and run your blank/new migration, so be careful of that. I’m still trying to think of a good solution to this.

About

main mobile app for connecting to and interacting with station hardware

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 41.7%
  • TypeScript 39.9%
  • JavaScript 17.2%
  • Other 1.2%