We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d0b125 commit 9f740b7Copy full SHA for 9f740b7
README.md
@@ -1,5 +1,14 @@
1
-# Development
+ModpackCreator
2
+===
3
+
4
+This project allows you to quickly visualize which versions of Minecraft to use for a given set of mods.
5
+Select the mods you would like to use, and the tool will list Minecraft versions with the highest compatibility (= with the most mods available).
6
-Running the CLI: `cd apps/cli && bun run start [arguments]`
7
+Use it at https://itrooz.github.io/ModpackCreator
8
9
+# Development
10
+First, install dependencies with `bun i`
11
+To run the web app in development mode, go the right folder (`cd web`) and run using `bun run dev`
12
-Running the web app: `cd apps/web && bun run start:web [arguments]`
13
+# WIP
14
+Project is in dev state, not stable nor finished yet
0 commit comments