Added readme and updated gitignore

This commit is contained in:
Christopher Sanden
2026-03-01 00:25:14 +01:00
parent 820451c7e1
commit 9af567a6f4
3 changed files with 39 additions and 36 deletions

23
FastNotesKotlin/README.md Normal file
View File

@@ -0,0 +1,23 @@
# Fast Notes Kotlin
## Requirements
To build and run this project, the following are required:
- Android Studio (Hedgehog or newer recommended)
- Android SDK installed
- Minimum SDK: As defined in the project (see `app/build.gradle.kts`)
- Internet connection for initial Gradle sync
---
## How to Build and Run
1. Extract the `.zip` file.
2. Open **Android Studio**.
3. Click **Open** and select the extracted project folder.
4. Allow Gradle to sync (this may take a few minutes the first time).
5. Select an emulator or connected Android device.
6. Click **Run** (ctrl + F10).
The application should now build and launch