This is the mobile application for the Noodles DNA data storage system. It allows users to upload files, view encoded data, and manage their DNA storage directly from their mobile devices.
This app requires ionic to be installed. You can install it globally using npm:
npm install -g @ionic/cliTo run a dev-mode web version of the app, follow these steps:
- Clone the repository
- Install dependencies using
npm install - Run the application using
ionic serve(development mode)
To use it on Android Studio, run:
ionic build --prodionic cap add androidionic cap open android
All configuration can be done through environment variables. Refer to the .env.example file for a list of available configuration options.