You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,24 +56,9 @@ Require:
56
56
| < 1.5.x | >= 8, <= 11 |
57
57
| 0.x.x | >= 6, <= 10 |
58
58
59
-
If you want to concurently develop inside the IGO2 Library AND inside any igo2-lib's based project, here some step to follow:
60
-
This example is based on IGO2 project (https://github.com/infra-geo-ouverte/igo2.git)
59
+
If you want to develop in IGO2 Library, it can be installed by:
61
60
62
-
1. Clone current repository using :`git clone https://github.com/infra-geo-ouverte/igo2-lib.git`
63
-
2. Navigate to the cloned folder : `cd igo2-lib && git checkout next`
64
-
3. Navigate to the sub project folder : `cd projects`
65
-
4. Clone the sub project repository using : `git clone https://github.com/infra-geo-ouverte/igo2.git`
66
-
5.`cd igo2 && git checkout next`
67
-
6. Navigate to the root folder of igo2-lib
68
-
7. Run `npm install` to install dependencies
69
-
8. If it is your first run, you MUST run `npm run build -w @igo2/core` or `npm run prestart` to ensure to have all required assets (theme, locale, ...)
70
-
9. Execute `npm run link.start -w igo` from IGO2 project OR run or you can run the VsCode config (`Launch IGO2 with link`)
71
-
10. If you have some issues within VSCode, not recognizing the IGO2 project (or any subproject), open a file within the project (./project/igo2/.*) and press CTRL-Shift-P and activathe this command: Developper: Reload Window.
72
-
73
-
74
-
If you strictly want to develop inside IGO2 Library, here some step to follow:
75
-
76
-
1. Clone current repository: using `git clone https://github.com/infra-geo-ouverte/igo2-lib.git`
61
+
1. Clone current repository: using `git clone https://github.com/infra-geo-ouverte/igo2-lib.git`
77
62
2. Navigate to the folder igo2-lib : `cd igo2-lib/`
0 commit comments