## Contributing
This application is built using [NuxtJS](https://nuxtjs.org/) and [Capacitor](https://capacitorjs.com/) in order to run on both iOS and Android on the same code base.
### Windows Environment Setup for Android
Required Software:
* [Git](https://git-scm.com/downloads)
* [Node.js](https://nodejs.org/en/) (version 20)
* Code editor of choice([VSCode](https://code.visualstudio.com/download), etc)
* [Android Studio](https://developer.android.com/studio)
* [Android SDK](https://developer.android.com/studio)
Note: This requires a PowerShell prompt with winget installed. You should be able to copy and paste the code block to install. If you use an elevated PowerShell prompt, UAC will not pop up during the installs. ```PowerShell winget install -e --id Git.Git; ` winget install -e --id Microsoft.VisualStudioCode; ` winget install -e --id Google.AndroidStudio; ` winget install -e --id OpenJS.NodeJS --version 20.11.0; ``` 
```zsh brew install android-studio node cocoapods ```