6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit e9d2ea0c
Changed files
README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+)
Diff
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..acbf4f9d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+# Welcome to Comwell-app project.
+
+The project consist of two parts.
+- Comwell_key_app - A flutter app
+- Mobilekeys_sdk_plugin - A flutter plugin build by Assa abloy to support opening doors at hotels.
+
+# Get Started
+
+First step is to install flutter and dart onto your machine
+
+You can follow this link to install flutter properly for your type of machine.
+- https://docs.flutter.dev/get-started/install
+
+Since we are building for Android, ios and Web we recommend to use a mac so that you are able to test on all platforms
+
+When ever the initial install has been setup run
+- flutter doctor -v to see if you have succesfully set everything up
+
+Clone the project from this repository and open it in your IDE. Please note that it is necessary to have xcode and android studio on your computer regardless of the IDE you are using
+