Go to file
Aaron Louie 06aa652a4e WIP: Trying to get electron to work. 2020-08-31 12:07:40 -04:00
.expo-shared Gets a basic running app going. Refactors everything into Typescript and organizes files. 2020-08-28 23:40:55 -04:00
assets Adds basic project files 2020-08-28 15:35:51 -04:00
components WIP: Trying to get electron to work. 2020-08-31 12:07:40 -04:00
electron WIP: Trying to get electron to work. 2020-08-31 12:07:40 -04:00
models Gets a basic running app going. Refactors everything into Typescript and organizes files. 2020-08-28 23:40:55 -04:00
.gitignore WIP: Trying to get electron to work. 2020-08-31 12:07:40 -04:00
App.tsx Gets a basic running app going. Refactors everything into Typescript and organizes files. 2020-08-28 23:40:55 -04:00
README.md Adds some installation instructions 2020-08-28 23:53:47 -04:00
app.json Gets a basic running app going. Refactors everything into Typescript and organizes files. 2020-08-28 23:40:55 -04:00
app.ts WIP: Trying to get electron to work. 2020-08-31 12:07:40 -04:00
babel.config.js Adds basic project files 2020-08-28 15:35:51 -04:00
electron-webpack.js WIP: Trying to get electron to work. 2020-08-31 12:07:40 -04:00
package-lock.json WIP: Trying to get electron to work. 2020-08-31 12:07:40 -04:00
package.json WIP: Trying to get electron to work. 2020-08-31 12:07:40 -04:00
tsconfig.json Gets a basic running app going. Refactors everything into Typescript and organizes files. 2020-08-28 23:40:55 -04:00

README.md

UVA COVID-19 Testing Kiosk App

Development

  1. Install prerequisites:
  2. Clone this repository.
  3. In your terminal, navigate to the repository and run npm install to install all the necessary dependencies and libraries.
  4. Start the expo development server: expo start -c
  5. A browser window should open, displaying a QR Code. Using your mobile device, scan the QR Code, which will prompt you to open the Expo Client app.

Deployment

TBD - Coming soon...

  • Windows
  • MacOS
  • iOS
  • Android