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
How to use and modify the project for create your own Launcher using this repo as a template.
18
19
19
-
Open this project with the editor you want to use. ([Itelij Idea](https://www.jetbrains.com/idea/download/download-thanks.html) is strongly recommended but you can with other ide.)
20
-
```bash
21
-
npm install my-project
22
-
cd my-project
23
-
```
20
+
Open this project with the editor you want to use. ([Intelij Idea](https://www.jetbrains.com/idea/download/download-thanks.html) is strongly recommended but you can use other ide.) Now you are ready to code your own launcher with this repo as base.
21
+
22
+
**Please be careful to open the righ folder !**
23
+
24
+
24
25
26
+
## Notes
27
+
ExternalLaunch will change soon to a noFramework Launch.
28
+
29
+
The GUI is awful, **but** this work is for you ;) .
30
+
31
+
*By the way, if you want to pull request this project to help us, we thank you in advance ! :)*
32
+
## FAQ
33
+
34
+
#### The FAQ is availble [here](https://bricklou.github.io/launcher-tutorials/faq)
0 commit comments