We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3990d0 + 2cb46f6 commit 9b3e402Copy full SHA for 9b3e402
1 file changed
README.md
@@ -55,7 +55,25 @@ The application will offer the following functionalities:
55
<a name="installation"></a>
56
## Installation
57
58
-...
+1. Clone the project
59
+```sh
60
+git clone git:github.com@lypitech/area.git area
61
+```
62
+
63
+2. Go in the cloned project
64
65
+cd area/
66
67
68
+3. Run the project
69
70
+docker-compose up --build
71
72
73
+> [!CAUTION]
74
+> You must have [Docker](https://www.docker.com/) installed on your machine.
75
76
+Now the API is exposed on port `8080`, website is exposed on port `8081` and APK installation file can be found at route `/client.apk`.
77
78
<a name="team"></a>
79
## Team
0 commit comments